import rt 3.8.7
[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-2009 Best Practical Solutions, LLC
6 %#                                          <jesse@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.ticket-list, table.queue-summary, table.collection {
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
55
56 }
57
58 table.queue-summary tr>*:first-child {
59  padding-left: 1em;
60
61 }
62
63
64 table.queue-summary tr>*:last-child {
65  padding-right: 1em;
66
67 }
68
69 table.ticket-list a, table.queue-summary a, table.collection a  {
70   font-weight: bold;
71 }
72
73
74 table.ticket-list th.collection-as-table, table.collection th.collection-as-table {
75   background: #ddd;
76  font-size: 0.9em;
77   margin-bottom: 0.5em;
78   text-align: left;
79
80 }
81
82
83 table.queue-summary th.collection-as-table {
84  font-size: 0.9em;
85   margin-bottom: 0.5em;
86   text-align: right;
87
88 }
89
90 table.queue-summary th.collection-as-table:first-child {
91   text-align: left;
92
93 }
94
95
96 tr.collection-as-table+tr.collection-as-table th {
97  border-bottom: 2px solid grey;
98
99 }
100
101
102
103
104 table.queue-summary td {
105   background: #efefef;
106   border-bottom: 1px solid #ccc;
107 }
108
109
110
111 tr.evenline td {
112   background: #eee;
113 }
114
115 tr.oddline td {
116   background: #fff;
117
118 }
119
120 tr.evenline td, tr.oddline td {
121  padding-top: 0.5em;
122
123
124
125
126 tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{
127  padding-top: 0;
128  border: none;
129 }
130
131
132
133 table.ticket-list td:first-child, table.ticket-list th:first-child {
134   padding-left: 1em;
135 }
136
137 table.ticket-list td:last-child, table.ticket-list th:last-child {
138   padding-right: 1em;
139 }
140
141 th.collection-as-table , td.collection-as-table {
142  padding-right: 0.5em;
143 }
144
145 .pagenum.a:hover, .paging a.nav:hover{
146 text-decoration: underline;
147 }
148
149
150 .pagenum *, .paging a.nav{
151 padding: .5em;
152 }
153
154 .currentpage{
155 text-decoration: none;
156 font-weight: bold;
157 background: #eee;
158 }
159
160 div.paging{
161 text-align: center;
162 padding-bottom: 1em;
163 }
164
165  
166 /* full-page ticket lists */
167 #body>table.ticket-list {
168     margin-bottom: 2em;
169
170 }
171
172