OLD | NEW |
| (Empty) |
1 body { | |
2 padding: 0.75em; | |
3 margin: 0; | |
4 min-width: 45em; | |
5 } | |
6 h1 { | |
7 font-size: 110%; | |
8 font-weight: bold; | |
9 color: #4a8ee6; | |
10 letter-spacing: -1px; | |
11 padding: 0; | |
12 margin: 0; | |
13 } | |
14 h2 { | |
15 font-size: 110%; | |
16 letter-spacing: -1px; | |
17 font-weight: normal; | |
18 color: #4a8ee6; | |
19 margin: 0 0 0 -38px; | |
20 padding: 0.5em 1em 0.5em 38px; | |
21 color: #3a75bd; | |
22 border-top: 1px solid #3a75bd; | |
23 } | |
24 h2:first-child { | |
25 border-top: 0; | |
26 padding-top: 0; | |
27 } | |
28 div#header { | |
29 padding: 0.6em 1em 0.75em 0; | |
30 margin-bottom: 0.75em; | |
31 position: relative; | |
32 overflow: hidden; | |
33 background: #5296de; | |
34 background-size: 100%; | |
35 border: 1px solid #3a75bd; | |
36 border-radius: 6px; | |
37 color: white; | |
38 text-shadow: 0 0 2px black; | |
39 } | |
40 div#header h1 { | |
41 padding-left: 37px; | |
42 margin: 0; | |
43 display: inline; | |
44 background: url('../../resources/shared/images/gear.png') 12px 60% no-repeat; | |
45 color: white; | |
46 } | |
47 .err { | |
48 color: red; | |
49 } | |
50 div#header p { | |
51 font-style: italic; | |
52 padding: 0; | |
53 margin: 0; | |
54 color: white; | |
55 padding-left: 0.4em; | |
56 display: inline; | |
57 } | |
58 table.list { | |
59 line-height: 200%; | |
60 border-collapse: collapse; | |
61 table-layout: fixed; | |
62 } | |
63 table.list:not([class*='filtered']) tr:nth-child(odd) td { | |
64 background: #eff3ff; | |
65 } | |
66 table.list#details2 tr:nth-child(odd) td { | |
67 background: #ccffcc | |
68 } | |
69 table.list td { | |
70 padding: 0 0.5em; | |
71 vertical-align: top; | |
72 line-height: 1.4em; | |
73 padding-top: 0.35em; | |
74 } | |
75 table.list tr td:nth-last-child(1), | |
76 table.list tr th:nth-last-child(1) { | |
77 padding-right: 1em; | |
78 } | |
79 | |
80 table.list:not([class*='filtered']) .tab .name { | |
81 padding-left: 1.5em; | |
82 } | |
83 table.list .name { | |
84 } | |
85 table.list .name div { | |
86 height: 1.6em; | |
87 overflow: hidden; | |
88 white-space: nowrap; | |
89 text-overflow: ellipsis; | |
90 } | |
91 table.list .number { | |
92 width: 7em; | |
93 text-align: right; | |
94 } | |
95 table.list tr:not([class*='firstRow']) > *:nth-child(1), | |
96 table.list tr:not([class*='firstRow']) > *:nth-child(4), | |
97 table.list tr.firstRow th:nth-child(1), | |
98 table.list tr.firstRow th:nth-child(2) { | |
99 border-right: 1px solid #b5c6de; | |
100 } | |
101 table.list#details .name { | |
102 padding-left: 25px; | |
103 background-position: 5px center; | |
104 background-repeat: no-repeat; | |
105 } | |
OLD | NEW |