Merge branch 'master' of https://github.com/jgoodman/Freeside
[freeside.git] / rt / share / html / NoAuth / css / web2 / ticket-lists.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %#
3 %# COPYRIGHT:
4 %#
5 %# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
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 }}}
48 table.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
59 table.queue-summary tr>*:first-child {
60  padding-left: 1em;
61
62 }
63
64
65 table.queue-summary tr>*:last-child {
66  padding-right: 1em;
67
68 }
69
70 table.queue-summary a, table.collection-as-table a  {
71   font-weight: bold;
72 }
73
74
75 table.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
84 table.queue-summary th.collection-as-table {
85  font-size: 0.9em;
86   margin-bottom: 0.5em;
87   text-align: right;
88
89 }
90
91 table.queue-summary th.collection-as-table:first-child {
92   text-align: left;
93
94 }
95
96
97 tr.collection-as-table+tr.collection-as-table th {
98  border-bottom: 2px solid grey;
99
100 }
101
102
103
104
105 table.queue-summary td {
106   background: #efefef;
107   border-bottom: 1px solid #ccc;
108 }
109
110
111
112 tr.evenline td {
113   background: #eee;
114 }
115
116 tr.oddline td {
117   background: #fff;
118
119 }
120
121 tr.evenline td, tr.oddline td {
122  padding-top: 0.5em;
123
124
125
126
127 tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{
128  padding-top: 0;
129  border: none;
130 }
131
132
133
134 table.collection-as-table td:first-child,
135 table.collection-as-table th:first-child {
136   padding-left: 1em;
137 }
138
139 table.collection-as-table td:last-child, table.collection-as-table th:last-child {
140   padding-right: 1em;
141 }
142
143 th.collection-as-table , td.collection-as-table {
144  padding-right: 0.5em;
145 }
146
147 .pagenum.a:hover, .paging a.nav:hover{
148 text-decoration: underline;
149 }
150
151
152 .pagenum *, .paging a.nav{
153 padding: .5em;
154 }
155
156 .currentpage{
157 text-decoration: none;
158 font-weight: bold;
159 background: #eee;
160 }
161
162 div.paging{
163 text-align: center;
164 padding-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     padding-right: 2em;
176     float: left;
177     clear: both;
178 }
179
180 .chart-wrapper {
181     display: block;
182     width: auto;
183 }
184
185 .chart-wrapper .collection-as-table {
186     width: auto;
187     font-size: 1em;
188     /* Firefox needs this to let the table flow below the chart on narrow screens */
189     clear: right;
190 }
191
192 .chart-wrapper .collection-as-table th.collection-as-table {
193     text-align: center;
194     padding: 0.5em;
195     padding-right: 1em;
196     padding-left:  1em;
197 }
198
199 .chart-wrapper .collection-as-table tr.total td {
200     border-top: 1px solid #ccc;
201 }
202
203 .chart-wrapper .collection-as-table td.value {
204     padding-left: 0.5em;
205 }
206
207 .chart-wrapper .query {
208     clear: both;
209     text-align: center;
210     font-size: 1.2em;
211     padding: 1em;
212 }
213
214 .chart-wrapper .collection-as-table .label {
215     font-weight: bold;
216 }
217
218
219 .chart-wrapper .query .label {
220     font-weight: bold;
221 }
222
223 .chart-meta {
224     padding-top: 2em;
225     border-top: 1px solid #ccc;
226 }
227
228 .chart-meta .chart-type {
229     display: inline-block;
230     float: left;
231     padding-right: 2em;
232     clear: both;
233 }
234
235 .chart-meta .saved-search {
236     display: inline-block;
237 }