]> git.uio.no Git - usit-rt.git/blob - share/static/css/rudder/ticket-lists.css
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / static / css / rudder / ticket-lists.css
1 table.queue-summary,
2 table.collection-as-table {
3     width: 100%;
4     border-spacing: 0;
5     border-collapse: collapse;
6     margin-top: 1em;
7 }
8
9 table.collection-as-table td {
10     padding-bottom: 0.25em
11 }
12
13 table.collection-as-table h1,
14 table.collection-as-table h2,
15 table.collection-as-table h3,
16 table.collection-as-table h4,
17 table.collection-as-table h5 {
18     margin: 0;
19     margin-right: 0.5em;
20     padding: 0;
21     padding: 0.1em;
22     display: inline-block;
23     font-weight: normal;
24 }
25
26 table.collection-as-table h1 a,
27 table.collection-as-table h2 a,
28 table.collection-as-table h3 a,
29 table.collection-as-table h4 a,
30 table.collection-as-table h5 a {
31     font-weight: normal
32 }
33
34 table.queue-summary tr>*:first-child {
35     padding-left: 1em
36 }
37
38 table.queue-summary tr>*:last-child {
39     padding-right: 1em
40 }
41
42 table.queue-summary a,
43 table.collection-as-table a {
44     font-weight: bold
45 }
46
47 table.collection-as-table th.collection-as-table,
48 table.queue-summary th.collection-as-table {
49     background: transparent;
50     padding: 0.25em;
51     margin-bottom: 0.5em;
52     padding-bottom: 0.5em;
53     color: #3858a3;
54 }
55
56 table.collection-as-table th.collection-as-table a,
57 table.queue-summary th.collection-as-table a {
58     color: #3858a3
59 }
60
61 table.collection-as-table th.collection-as-table {
62     text-align: left
63 }
64
65 table.queue-summary th.collection-as-table {
66     text-align: right
67 }
68
69 table.collection-as-table,
70 table.queue-summary {
71     border-bottom: 1px solid #ccc;
72     margin-bottom: 1em;
73 }
74
75 table.queue-summary th.collection-as-table:first-child {
76     text-align: left
77 }
78
79 tr.collection-as-table+tr.collection-as-table th,
80 table.collection-as-table.chart th {
81     border-bottom: 2px solid #ccc
82 }
83
84 table.queue-summary td {
85     background: #efefef;
86     border-bottom: 1px solid #ccc;
87 }
88
89 tr.evenline td,
90 tr.oddline td {
91     padding-top: 0.5em;
92     border-top: 1px solid #cccccc;
93 }
94
95 tr.evenline td {
96     background: #fff
97 }
98
99 tr.oddline td {
100     background: #eee
101 }
102
103 tr.evenline+tr.evenline td,
104 tr.oddline+tr.oddline td {
105     border-top: none
106 }
107
108 tr.evenline,
109 tr.oddline {
110     border-left: 1px solid #cccccc;
111     border-right: 1px solid #cccccc;
112 }
113
114 tr.evenline+tr.evenline td,
115 tr.oddline+tr.oddline td {
116     padding-top: 0;
117     border: none;
118 }
119
120 table.collection-as-table td:first-child,
121 table.collection-as-table th:first-child {
122     padding-left: 1em
123 }
124
125 table.collection-as-table td:last-child,
126 table.collection-as-table th:last-child {
127     padding-right: 1em
128 }
129
130 th.collection-as-table,
131 td.collection-as-table {
132     padding-right: 0.5em
133 }
134
135 .pagenum.a:hover,
136 .paging a.nav:hover {
137     text-decoration: underline
138 }
139
140 .pagenum *,
141 .paging a.nav {
142     padding: .5em
143 }
144
145 .currentpage {
146     text-decoration: none;
147     font-weight: bold;
148     background: #eee;
149 }
150
151 div.paging {
152     text-align: center;
153     padding-bottom: 1em;
154 }
155
156 /* full-page ticket lists */
157
158 #body>table.collection-as-table {
159     margin-bottom: 2em
160 }
161
162 .chart.image {
163     margin-top: -1em;
164     padding-right: 2em;
165     float: left;
166     clear: both;
167 }
168
169 .chart-wrapper {
170     display: block;
171     width: auto;
172 }
173
174 .chart-wrapper .collection-as-table {
175     width: auto;
176     font-size: 1em;
177 }
178
179 .chart-wrapper .collection-as-table th.collection-as-table {
180     text-align: center;
181     padding: 0.5em;
182     padding-right: 1em;
183     padding-left: 1em;
184 }
185
186 .chart-wrapper .collection-as-table tr.total td {
187     border-top: 1px solid #ccc
188 }
189
190 .chart-wrapper .collection-as-table td.value {
191     padding-left: 0.5em
192 }
193
194 .chart-wrapper .query {
195     clear: both;
196     text-align: center;
197     font-size: 1.2em;
198     padding: 1em;
199 }
200
201 .chart-wrapper .collection-as-table .label {
202     font-weight: bold
203 }
204
205 .chart-wrapper .query .label {
206     font-weight: bold
207 }
208
209 .chart-meta {
210     padding-top: 2em;
211     border-top: 1px solid #ccc;
212 }
213
214 .chart-meta .chart-type {
215     display: inline-block;
216     float: left;
217     padding-right: 2em;
218     clear: both;
219 }
220
221 .chart-meta .saved-search {
222     display: inline-block
223 }