sweeper/webif/plugin/sweeper/style.css

168 lines
1.5 KiB
CSS
Raw Normal View History

2013-08-30 21:31:52 +00:00
2014-06-05 21:12:25 +00:00
a
{
outline: 0;
}
2014-06-03 17:23:03 +00:00
span.ruleicon img
2014-06-01 23:35:24 +00:00
{
2014-06-03 17:23:03 +00:00
height: 21px;
}
img
{
border: 0;
}
#pendingnote
{
font-style: italic;
font-size: 80%;
}
.hl, .hl th, .hl td
{
background: yellow;
2014-06-01 23:35:24 +00:00
}
2014-06-05 21:12:25 +00:00
.ruledisabled
{
background: #663436 url(img/redstripes.gif) repeat;
}
2014-06-01 23:35:24 +00:00
div.action
{
float: left;
}
2014-06-05 21:12:25 +00:00
a.addcriterion
2014-06-01 23:35:24 +00:00
{
2014-06-05 21:12:25 +00:00
padding: 4px 2px 0 0;
float: left;
2014-06-01 23:35:24 +00:00
clear: left;
2014-06-05 21:12:25 +00:00
}
div.criteria
{
float: left;
}
div.arrow
{
2014-06-01 23:35:24 +00:00
float: left;
}
div.raw
{
2014-06-03 17:23:03 +00:00
position: absolute;
2014-06-01 23:35:24 +00:00
font-style: italic;
color: #ff4000;
background: transparent;
2014-06-03 17:23:03 +00:00
bottom: 5px;
2014-06-04 22:18:42 +00:00
right: 12px;
2014-06-03 17:23:03 +00:00
}
div.rawvis
{
background: #ccc;
}
2014-06-03 17:23:03 +00:00
div#buttons
{
padding-top: 1em;
2014-06-01 23:35:24 +00:00
}
2014-06-05 21:12:25 +00:00
div#macros
2014-06-01 23:35:24 +00:00
{
2014-06-05 21:12:25 +00:00
padding-top: 1em;
2014-06-01 23:35:24 +00:00
}
2014-06-04 22:18:42 +00:00
div.rule
2014-06-03 17:23:03 +00:00
{
position: relative;
2014-06-04 22:18:42 +00:00
width: 95%;
2014-06-03 17:23:03 +00:00
}
span.comment
2013-08-30 21:31:52 +00:00
{
font-style: italic;
2014-06-03 17:23:03 +00:00
color: blue;
}
span.legendright
{
position: absolute;
2014-06-04 22:18:42 +00:00
top: 3px;
right: 8px;
2014-06-03 17:23:03 +00:00
background-color: #f8f8f8;
padding: 0 5px;
2013-08-30 21:31:52 +00:00
}
.padleft
{
padding-left: 3em;
}
2014-06-03 17:23:03 +00:00
#output
{
color: #ff4000;
background: transparent;
}
2014-06-05 21:12:25 +00:00
table
{
border: 0;
line-height: 1em;
2014-06-05 21:12:25 +00:00
}
table th
{
background: #ccff99;
font-weight: bold;
text-align: right;
color: black;
xpadding: 0.5em;
}
table td
{
background: #ffffcc;
color: black;
}
td.title,th.title
{
line-height: 1em;
background: #eee !important;
font-style: italic;
}
td.title
{
text-align: left !important;
}
th.title
{
font-weight: normal;
text-align: right !important;
}
tr.blank td
{
background: transparent;
line-height: 7px;
}
2014-06-09 22:24:50 +00:00
#testresults_inner
{
overflow: auto;
white-space: pre;
}
.edit_action_help
{
margin: 1em 0 0 10em;
}