2013-01-17 22:47:38 +00:00
|
|
|
body {
|
2013-07-24 01:14:40 +00:00
|
|
|
padding-top: 40px;
|
2013-01-17 22:47:38 +00:00
|
|
|
}
|
|
|
|
|
2013-07-13 17:30:51 +00:00
|
|
|
.error_text {
|
|
|
|
background-color: #f2dede;
|
|
|
|
border: 1px solid #c0a0a0;
|
|
|
|
padding: 0 2px 0 2px;
|
2013-01-17 22:47:38 +00:00
|
|
|
}
|
|
|
|
|
2013-05-02 12:34:20 +00:00
|
|
|
h2 {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2013-01-24 12:55:32 +00:00
|
|
|
.grouping_box {
|
2013-01-17 22:47:38 +00:00
|
|
|
position: relative;
|
2013-07-13 17:30:51 +00:00
|
|
|
padding: 0 5px 0 5px;
|
2013-01-17 22:47:38 +00:00
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2013-07-13 17:30:51 +00:00
|
|
|
margin: 0 8px 2px 8px;
|
2013-01-17 22:47:38 +00:00
|
|
|
}
|
2013-03-21 18:12:04 +00:00
|
|
|
|
2013-03-25 15:06:36 +00:00
|
|
|
.grouping_box .head, .eval_stats {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grouping_box .head .opts {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-04-25 10:11:21 +00:00
|
|
|
table tbody th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2013-03-25 15:06:36 +00:00
|
|
|
input {
|
|
|
|
margin: 0;
|
2013-03-26 13:07:56 +00:00
|
|
|
border: 1px solid gray;
|
2013-03-21 18:12:04 +00:00
|
|
|
}
|
|
|
|
|
2013-03-25 15:06:36 +00:00
|
|
|
select {
|
|
|
|
z-index: 10;
|
2013-03-21 18:12:04 +00:00
|
|
|
}
|
|
|
|
|
2013-03-25 15:06:36 +00:00
|
|
|
input[name=end_input], input[name=range_input] {
|
|
|
|
margin-left: -4px;
|
|
|
|
margin-right: -4px;
|
|
|
|
}
|
2013-04-02 17:14:02 +00:00
|
|
|
|
2013-07-13 17:30:51 +00:00
|
|
|
/*
|
|
|
|
* This reduces the spacing between the bootstrap navbar and the content below.
|
|
|
|
*/
|
|
|
|
div.navbar {
|
|
|
|
margin-bottom: 2px;
|
2013-05-02 12:34:20 +00:00
|
|
|
}
|
2013-05-14 09:21:27 +00:00
|
|
|
|
|
|
|
.literal_output td {
|
|
|
|
font-family: monospace;
|
2013-05-21 13:31:27 +00:00
|
|
|
}
|
|
|
|
|
2013-07-13 17:30:51 +00:00
|
|
|
|