RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / ballard / ticket-lists.css
1 table.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
12 table.queue-summary tr>*:first-child {
13  padding-left: 1em;
14
15 }
16
17
18 table.queue-summary tr>*:last-child {
19  padding-right: 1em;
20
21 }
22
23 table.queue-summary a, table.collection-as-table a  {
24   font-weight: bold;
25 }
26
27
28 table.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
37 table.queue-summary th.collection-as-table {
38  font-size: 0.9em;
39   margin-bottom: 0.5em;
40   text-align: right;
41
42 }
43
44 table.queue-summary th.collection-as-table:first-child {
45   text-align: left;
46
47 }
48
49
50 tr.collection-as-table+tr.collection-as-table th {
51  border-bottom: 2px solid grey;
52
53 }
54
55
56
57
58 table.queue-summary td {
59   background: #efefef;
60   border-bottom: 1px solid #ccc;
61 }
62
63
64
65 tr.evenline td {
66   background: #eee;
67 }
68
69 tr.oddline td {
70   background: #fff;
71
72 }
73
74 tr.evenline td, tr.oddline td {
75  padding-top: 0.5em;
76
77
78
79
80 tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{
81  padding-top: 0;
82  border: none;
83 }
84
85
86
87 table.collection-as-table td:first-child,
88 table.collection-as-table th:first-child {
89   padding-left: 1em;
90 }
91
92 table.collection-as-table td:last-child, table.collection-as-table th:last-child {
93   padding-right: 1em;
94 }
95
96 th.collection-as-table , td.collection-as-table {
97  padding-right: 0.5em;
98 }
99
100 .pagenum.a:hover, .paging a.nav:hover{
101 text-decoration: underline;
102 }
103
104
105 .pagenum *, .paging a.nav{
106 padding: .5em;
107 }
108
109 .currentpage{
110 text-decoration: none;
111 font-weight: bold;
112 background: #eee;
113 }
114
115 div.paging{
116 text-align: center;
117 padding-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     padding-right: 2em;
129     float: left;
130     clear: both;
131 }
132
133 .chart-wrapper {
134     display: block;
135     width: auto;
136 }
137
138 .chart-wrapper .collection-as-table {
139     width: auto;
140     font-size: 1em;
141     /* Firefox needs this to let the table flow below the chart on narrow screens */
142     clear: right;
143 }
144
145 .chart-wrapper .collection-as-table th.collection-as-table {
146     text-align: center;
147     padding: 0.5em;
148     padding-right: 1em;
149     padding-left:  1em;
150 }
151
152 .chart-wrapper .collection-as-table tr.total td {
153     border-top: 1px solid #ccc;
154 }
155
156 .chart-wrapper .collection-as-table td.value {
157     padding-left: 0.5em;
158 }
159
160 .chart-wrapper .query {
161     clear: both;
162     text-align: center;
163     font-size: 1.2em;
164     padding: 1em;
165 }
166
167 .chart-wrapper .collection-as-table .label {
168     font-weight: bold;
169 }
170
171
172 .chart-wrapper .query .label {
173     font-weight: bold;
174 }
175
176 .chart-meta {
177     padding-top: 2em;
178     border-top: 1px solid #ccc;
179     clear: both;
180 }
181
182 .chart-meta .chart-type {
183     display: inline-block;
184     float: left;
185     padding-right: 2em;
186     clear: both;
187 }
188
189 .chart-meta .saved-search {
190     display: inline-block;
191 }