Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / share / static / css / freeside3 / ticket-lists.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %#
3 %# COPYRIGHT:
4 %#
5 %# This software is Copyright (c) 1996-2012 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 tr.unreplied-ticket > :first-child::before {
103   /* green dot */
104     border: 1px solid black;
105     border-radius: 50%;
106     display: inline-block;
107     height: 1ex;
108     width: 1ex;
109     float: left;
110     content: '';
111     margin-top: 1ex;
112     background-color: green;
113 }
114
115 table.queue-summary td {
116   background: #efefef;
117   border-bottom: 1px solid #ccc;
118 }
119
120
121
122 tr.evenline td {
123   background: #eee;
124 }
125
126 tr.oddline td {
127   background: #fff;
128
129 }
130
131 tr.evenline td, tr.oddline td {
132  padding-top: 0.5em;
133 }
134
135
136
137 tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{
138  padding-top: 0;
139  border: none;
140 }
141
142
143
144 table.collection-as-table td:first-child,
145 table.collection-as-table th:first-child {
146   padding-left: 1em;
147 }
148
149 table.collection-as-table td:last-child, table.collection-as-table th:last-child {
150   padding-right: 1em;
151 }
152
153 th.collection-as-table , td.collection-as-table {
154  padding-right: 0.5em;
155 }
156
157 .pagenum.a:hover, .paging a.nav:hover{
158 text-decoration: underline;
159 }
160
161
162 .pagenum *, .paging a.nav{
163 padding: .5em;
164 }
165
166 .currentpage{
167 text-decoration: none;
168 font-weight: bold;
169 background: #eee;
170 }
171
172 div.paging{
173 text-align: center;
174 padding-bottom: 1em;
175 }
176
177
178 /* full-page ticket lists */
179 #body>table.collection-as-table {
180     margin-bottom: 2em;
181
182 }
183
184 .chart.image {
185     margin-top: -1em;
186     padding-right: 2em;
187     float: left;
188     clear: both;
189 }
190
191 .chart-wrapper {
192     display: block;
193     width: auto;
194 }
195
196 .chart-wrapper .collection-as-table {
197     width: auto;
198     font-size: 1em;
199 }
200
201 .chart-wrapper .collection-as-table th.collection-as-table {
202     text-align: center;
203     padding: 0.5em;
204     padding-right: 1em;
205     padding-left:  1em;
206 }
207
208 .chart-wrapper .collection-as-table tr.total td {
209     border-top: 1px solid #ccc;
210 }
211
212 .chart-wrapper .collection-as-table td.value {
213     padding-left: 0.5em;
214 }
215
216 .chart-wrapper .query {
217     clear: both;
218     text-align: center;
219     font-size: 1.2em;
220     padding: 1em;
221 }
222
223 .chart-wrapper .collection-as-table .label {
224     font-weight: bold;
225 }
226
227
228 .chart-wrapper .query .label {
229     font-weight: bold;
230 }
231
232 .chart-meta {
233     padding-top: 2em;
234     border-top: 1px solid #ccc;
235 }
236
237 .chart-meta .chart-type {
238     display: inline-block;
239     float: left;
240     padding-right: 2em;
241     clear: both;
242 }
243
244 .chart-meta .saved-search {
245     display: inline-block;
246 }