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