root/cgi-bin/src/main/webapp/WEB-INF/htdocs/common/css/report.css @ 3:d4aafdd7418e

Revision 3:d4aafdd7418e, 5.2 KB (checked in by dcaoyuan, 8 months ago)

Reconstructed to a maven project

Line 
1@import url(code.css);
2
3h1 .numrows, h2 .numrows {
4 margin-left: 1em;
5 color: #999; 
6 font-size: 65%; 
7 font-weight: normal; 
8}
9h2.report-result {
10 background: #f7f7f7;
11 border-bottom: 1px solid #d7d7d7;
12 margin: 2em 0 0;
13 padding: 0 .33em;
14}
15#report-descr { margin: 0 2em; font-size: 90% }
16#report-notfound { margin: 2em; font-size: 110% }
17#content.report .field { margin: 1em 0; }
18#content.report .field label { padding-bottom: .3em; }
19
20#query { clear: right }
21#query fieldset, #query fieldset input, #query fieldset select { font-size: 11px }
22#query fieldset { margin-top: 1em }
23#query fieldset.collapsed { 
24 border-width: 0;
25 margin-bottom: 0pt;
26 padding: 0pt .5em;
27}
28#query .option, #query .option input, #query .option select { font-size: 11px }
29#query .option { float: left; line-height: 2em; margin: .9em 2.5em 0 .5em; padding: 0 0 .1em }
30#query .buttons { float: right; margin-top: .5em }
31#query .buttons input { margin: .5em }
32#query hr { clear: both; margin: 0; visibility: hidden }
33
34#filters table { width: 100% }
35#filters tr { height: 2em }
36#filters th, #filters td { padding: 0 .2em; vertical-align: middle }
37#filters th { font-size: 11px; text-align: right; white-space: nowrap; }
38#filters td label { font-size: 11px }
39#filters td.mode { text-align: right }
40#filters td.filter { width: 100% }
41#filters td.filter label { padding-right: 1em }
42#filters td.actions { text-align: right; white-space: nowrap }
43
44#columns div label { 
45 display: block;
46 float: left;
47 padding: 0pt 1em .5em 0pt;
48}
49
50/* Styles for the report list and the report results table
51   (extends the styles for "table.listing") */
52.reports td.title { width: 100% }
53.tickets { border-bottom: none }
54.tickets thead th { text-transform: capitalize; white-space: nowrap; }
55.tickets tbody td, .reports tbody td { padding: .1em .5em !important }
56.tickets tbody td a, .reports tbody td a { border-bottom: none }
57.tickets tbody td.id :link, .tickets tbody td.id :visited {
58 font-weight: bold;
59}
60.tickets tbody td.time a, .tickets tbody td.changetime a { white-space: nowrap }
61.tickets tbody tr:hover { background: #eed; color: #000 }
62.tickets tr.color1-odd  { background: #fdc; border-color: #e88; color: #a22 }
63.tickets tr.color1-even { background: #fed; border-color: #e99; color: #a22 }
64.tickets tr.color2-odd  { background: #ffb; border-color: #eea; color: #880 }
65.tickets tr.color2-even { background: #ffd; border-color: #dd8; color: #880 }
66.tickets tr.color3-odd  { background: #fbfbfb; border-color: #ddd; color: #444 }
67.tickets tr.color3-even { background: #f6f6f6; border-color: #ccc; color: #333 }
68.tickets tr.color4-odd { background: #e7ffff; border-color: #cee; color: #099 }
69.tickets tr.color4-even { background: #dff; border-color: #bee; color: #099 }
70.tickets tr.color5-odd { background: #e7eeff; border-color: #cde; color: #469 }
71.tickets tr.color5-even { background: #dde7ff; border-color: #cde; color: #469 }
72.tickets tr.color6-odd  { background: #f0f0f0; border-color: #ddd; color: #888 }
73.tickets tr.color6-even { background: #f7f7f7; border-color: #ddd; color: #888 }
74.tickets tr.color6-odd a, .color6-even a { color: #b66 }
75.tickets tbody tr.fullrow td, .tickets tbody td.fullrow {
76 border: none;
77 color: #333;
78 background: transparent;
79 padding: 0 1em !important;  /* Opera 9 is *very* sensitive with this */
80 font-size: 85%;
81}
82.tickets tbody tr.fullrow:hover { background: transparent !important }
83.tickets .fullrow :link, .tickets .fullrow :visited { display: inline }
84.tickets .fullrow .meta { color: #999; }
85.tickets .fullrow hr { display: none }
86
87fieldset legend.foldable :link, fieldset legend.foldable :visited { 
88 background: url(../expanded.png) 0 50% no-repeat;
89 border: none;
90 color: #666;
91 font-size: 110%;
92 padding-left: 16px;
93}
94fieldset legend.foldable :link:hover, fieldset legend.foldable :visited:hover {
95  background-color: transparent;
96}
97
98fieldset.collapsed legend.foldable :link, fieldset.collapsed legend.foldable :visited { 
99 background-image: url(../collapsed.png); 
100}
101fieldset.collapsed table, fieldset.collapsed div { display: none }
102
103/* Query results table */
104
105table.tickets tbody tr.added td { font-weight: bold }
106table.tickets tbody tr.changed td { font-style: italic }
107table.tickets tbody tr.removed td { color: #999 }
108table.tickets tbody tr.prio1 { background: #fdc; border-color: #e88 }
109table.tickets tbody tr.even.prio1 { background: #fed; border-color: #e99 }
110table.tickets tbody tr.prio2 { background: #ffb; border-color: #eea }
111table.tickets tbody tr.even.prio2 { background: #ffd; border-color: #dd8 }
112table.tickets tbody tr.prio3  { background: #fbfbfb; border-color: #ddd }
113table.tickets tbody tr.even.prio3 { background: #f6f6f6; border-color: #ccc }
114table.tickets tbody tr.prio4 { background: #e7ffff; border-color: #cee }
115table.tickets tbody tr.even.prio4 { background: #dff; border-color: #bee }
116table.tickets tbody tr.prio5 { background: #e7eeff; border-color: #cde }
117table.tickets tbody tr.even.prio5 { background: #dde7ff }
118table.tickets tbody tr.prio6 { background: #f0f0f0; border-color: #ddd }
119table.tickets tbody tr.even.prio6 { background: #f7f7f7 }
120table.tickets tbody tr.fullrow th { 
121  border: none;
122  vertical-align: middle;
123  text-align: center;
124  font-size: 85%;
125}
Note: See TracBrowser for help on using the browser.