fix css names for single corner border-radius, for firefox 13
[freeside.git] / rt / share / html / NoAuth / css / freeside2.1 / ticket.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 div#ticket-history div.ticket-transaction {
49  border-top: 1px solid #ccc;
50  padding-bottom: 0.25em;
51
52 }
53
54 div#ticket-history div.odd {
55  background-color: #fff;
56 }
57
58 div#ticket-history {
59
60  margin-top: 0.75em;
61  border-left: 1px solid #ccc;
62
63  border-right: 2px solid #999; 
64   border-bottom: 2px solid #999;
65
66 }
67
68 .ticket-transaction div.metadata span.actions {
69  position: absolute;
70  right: 2.3em;
71  padding: 0em;
72  background: #ccc;
73  text-align: right;
74  border-left: 1px solid #999;
75  border-bottom: 1px solid #999;
76  color: #ccc;
77  -moz-border-radius-bottomleft: 0.5em;
78  -webkit-border-bottom-left-radius: 0.5em;
79  border-bottom-left-radius: 0.5em;
80  white-space: nowrap;
81 }
82
83 .ticket-transaction div.metadata  span.type {
84  text-align: center;
85  float: left;
86  margin: 0.25em 0.70em 0.25em 0.25em;
87  width: 1em;
88  height: 1.25em;
89  padding: 0.75em 0 0 0;
90  border-right: 1px solid #999;
91  border-bottom: 1px solid #999;
92  -moz-border-radius: 0.25em;
93  -webkit-border-bottom-right-radius: 0.25em;
94  border-radius: 0.25em;
95 }
96
97 div#ticket-history span.type a {
98  color: #fff;
99 }
100
101
102 div#ticket-history span.date {
103  width: 10em;
104 }
105
106
107 div#ticket-history span.description {
108  margin-left: 1em;
109  font-weight: bold;
110 }
111
112 div#ticket-history span.time-taken {
113  margin-left: 1em;
114 }
115
116 div#ticket-history div.content {
117  padding-right: 1em;
118  padding-bottom: 0.7em;
119  font-size: 1.1em;
120  margin-left: 1.5em;
121 }
122
123 .plain-text-white-space {
124  white-space: pre-wrap;
125  font-family: monospace;
126 }
127
128 .ticket-transaction .messagebody {
129  font-size: 1em;
130  padding-left: 1em;
131  margin-top: 0.5em;
132  padding-top: 0.5em;
133  border-top: 1px solid #ccc;
134  /*overflow: auto; */
135  min-height: 2.5em;
136  /* To avoid overlapping of "downloadattachment" by messagebody */
137  clear: left;
138 }
139
140 .ticket-transaction .messagebody img {
141  max-width: 100%;
142 }
143
144 div#ticket-history div.downloadattachment {
145 float: right;
146 clear: both;
147 font-size: 0.9em;
148 text-align: right;
149 background: #ddd;
150 padding: 0.5em;
151 margin-left: 1em;
152
153 border: 1px solid #ccc;
154 border-right: 2px solid #aaa;
155 border-bottom: 2px solid #aaa;
156 margin-top: 0.5em;
157 -moz-border-radius: 0.5em;
158 -webkit-border-radius: 0.5em;
159 border-radius: 0.5em;
160
161 }
162
163 div#ticket-history div.downloadattachment .downloadcontenttype{
164 color: #666;
165 padding-right:0.25em;
166 }
167
168
169 div#ticket-history .message-header-key {
170   width: 7em;
171   font-weight: bold;
172   color: #666;
173 }
174
175
176 div#ticket-history .messagebody .messagebody{
177  font-size: 1em;
178  padding: 0; 
179  border: 0;
180  margin: 0;
181 }
182
183
184
185 .ticket-transaction.basics .type { background: #b32; }
186 .ticket-transaction.cfs .type { background: #b32; }
187 .ticket-transaction.people .type { background: #48c; }
188 .ticket-transaction.links .type { background: #316531; }
189 .ticket-transaction.dates .type { background: #633063; }
190 .ticket-transaction.message .type { background: #069; }
191 .ticket-transaction.reminders .type { background: #369; }
192 .ticket-transaction.other .type { background: #abc; }
193
194
195
196
197 .ticket-info-cfs .titlebox-title .left { background-color: #b32; color: #fff;}
198 .ticket-info-basics .titlebox-title .left { background-color: #b32;  color: #fff;}
199 .ticket-info-people .titlebox-title .left { background-color: #48c;  color: #fff;}
200 .ticket-info-requestor .titlebox-title .left { white-space: nowrap; background-color: #48c;  color: #fff;}
201 .ticket-info-links .titlebox-title .left { background-color: #316531;  color: #fff;}
202 .ticket-info-reminders .titlebox-title .left { background-color: #369;  color: #fff;}
203 .ticket-info-dates .titlebox-title .left { background-color: #633063;  color: #fff;}
204 .ticket-info-attachments .titlebox-title .left { background-color: #993366;  color: #fff;}
205
206
207 .ticket-summary .titlebox-title a, div#body .ticket-summary .titlebox-title a:visited { color: #fff;}
208
209 .unread-messages .titlebox , .unread-messages .titlebox-title .left { 
210   border: 1px solid #99a;
211   border-right: 2px solid #aab;
212   border-bottom: 2px solid #aab;
213
214 }
215
216
217 .unread-messages .titlebox { 
218   background-color: #dde;
219 }
220
221 .unread-messages .titlebox-title .left { 
222   background-color: #cce;
223 }
224
225 .ticket-inactive {
226   text-decoration: line-through;
227   color: #666
228 }
229
230 table.ticket-summary td.boxcontainer:first-child {
231   width: 50%;
232 }
233