]> git.uio.no Git - usit-rt.git/blame - share/html/NoAuth/css/ballard/ticket-lists.css
Upgrade to 4.0.10.
[usit-rt.git] / share / html / NoAuth / css / ballard / ticket-lists.css
CommitLineData
84fb5b46
MKG
1%# BEGIN BPS TAGGED BLOCK {{{
2%#
3%# COPYRIGHT:
4%#
403d7b0b 5%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
84fb5b46
MKG
6%# <sales@bestpractical.com>
7%#
8%# (Except where explicitly superseded by other copyright notices)
9%#
10%#
11%# LICENSE:
12%#
13%# This work is made available to you under the terms of Version 2 of
14%# the GNU General Public License. A copy of that license should have
15%# been provided with this software, but in any event can be snarfed
16%# from www.gnu.org.
17%#
18%# This work is distributed in the hope that it will be useful, but
19%# WITHOUT ANY WARRANTY; without even the implied warranty of
20%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21%# General Public License for more details.
22%#
23%# You should have received a copy of the GNU General Public License
24%# along with this program; if not, write to the Free Software
25%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26%# 02110-1301 or visit their web page on the internet at
27%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
28%#
29%#
30%# CONTRIBUTION SUBMISSION POLICY:
31%#
32%# (The following paragraph is not intended to limit the rights granted
33%# to you to modify and distribute this software under the terms of
34%# the GNU General Public License and is only of importance to you if
35%# you choose to contribute your changes and enhancements to the
36%# community by submitting them to Best Practical Solutions, LLC.)
37%#
38%# By intentionally submitting any modifications, corrections or
39%# derivatives to this work, or any other work intended for use with
40%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
41%# you are the copyright holder for those contributions and you grant
42%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable,
43%# royalty-free, perpetual, license to use, copy, create derivative
44%# works based on those contributions, and sublicense and distribute
45%# those contributions and any derivatives thereof.
46%#
47%# END BPS TAGGED BLOCK }}}
48table.queue-summary, table.collection-as-table {
49 margin-top: 0.75em;
50 font-size: 0.9em;
51 border: 1px solid #aaa;
52 border-bottom: 2px solid #999;
53 border-right: 2px solid #999;
54 border-spacing: 0;
55 width: 100%;
56
57}
58
59table.queue-summary tr>*:first-child {
60 padding-left: 1em;
61
62}
63
64
65table.queue-summary tr>*:last-child {
66 padding-right: 1em;
67
68}
69
70table.queue-summary a, table.collection-as-table a {
71 font-weight: bold;
72}
73
74
75table.collection-as-table th.collection-as-table {
76 background: #ddd;
77 font-size: 0.9em;
78 margin-bottom: 0.5em;
79 text-align: left;
80
81}
82
83
84table.queue-summary th.collection-as-table {
85 font-size: 0.9em;
86 margin-bottom: 0.5em;
87 text-align: right;
88
89}
90
91table.queue-summary th.collection-as-table:first-child {
92 text-align: left;
93
94}
95
96
97tr.collection-as-table+tr.collection-as-table th {
98 border-bottom: 2px solid grey;
99
100}
101
102
103
104
105table.queue-summary td {
106 background: #efefef;
107 border-bottom: 1px solid #ccc;
108}
109
110
111
112tr.evenline td {
113 background: #eee;
114}
115
116tr.oddline td {
117 background: #fff;
118
119}
120
121tr.evenline td, tr.oddline td {
122 padding-top: 0.5em;
123}
124
125
126
127tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{
128 padding-top: 0;
129 border: none;
130}
131
132
133
134table.collection-as-table td:first-child,
135table.collection-as-table th:first-child {
136 padding-left: 1em;
137}
138
139table.collection-as-table td:last-child, table.collection-as-table th:last-child {
140 padding-right: 1em;
141}
142
143th.collection-as-table , td.collection-as-table {
144 padding-right: 0.5em;
145}
146
147.pagenum.a:hover, .paging a.nav:hover{
148text-decoration: underline;
149}
150
151
152.pagenum *, .paging a.nav{
153padding: .5em;
154}
155
156.currentpage{
157text-decoration: none;
158font-weight: bold;
159background: #eee;
160}
161
162div.paging{
163text-align: center;
164padding-bottom: 1em;
165}
166
167
168/* full-page ticket lists */
169#body>table.collection-as-table {
170 margin-bottom: 2em;
171
172}
173
174.chart.image {
175 margin-top: -1em;
176 padding-right: 2em;
177 float: left;
178 clear: both;
179}
180
181.chart-wrapper {
182 display: block;
183 width: auto;
184}
185
186.chart-wrapper .collection-as-table {
187 width: auto;
188 font-size: 1em;
189}
190
191.chart-wrapper .collection-as-table th.collection-as-table {
192 text-align: center;
193 padding: 0.5em;
194 padding-right: 1em;
195 padding-left: 1em;
196}
197
198.chart-wrapper .collection-as-table tr.total td {
199 border-top: 1px solid #ccc;
200}
201
202.chart-wrapper .collection-as-table td.value {
203 padding-left: 0.5em;
204}
205
206.chart-wrapper .query {
207 clear: both;
208 text-align: center;
209 font-size: 1.2em;
210 padding: 1em;
211}
212
213.chart-wrapper .collection-as-table .label {
214 font-weight: bold;
215}
216
217
218.chart-wrapper .query .label {
219 font-weight: bold;
220}
221
222.chart-meta {
223 padding-top: 2em;
224 border-top: 1px solid #ccc;
225}
226
227.chart-meta .chart-type {
228 display: inline-block;
229 float: left;
230 padding-right: 2em;
231 clear: both;
232}
233
234.chart-meta .saved-search {
235 display: inline-block;
236}