first pass RT4 merge, RT#13852
[freeside.git] / rt / share / html / NoAuth / css / ballard / ticket.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 div#ticket-history div.ticket-transaction {
49  border-top: 1px solid #ccc;
50  padding-bottom: 0.25em;
51     position: relative; /* gives us a container for position: absolute */
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  top: 0;
71  right: 0;
72  padding: 0em;
73  background: #ccc;
74  text-align: right;
75  border-left: 1px solid #999;
76  border-bottom: 1px solid #999;
77  color: #ccc;
78  -moz-border-radius-bottomleft: 0.5em;
79  -webkit-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 }
95
96 div#ticket-history span.type a {
97  color: #fff;
98 }
99
100
101 div#ticket-history span.date {
102  width: 10em;
103 }
104
105
106 div#ticket-history span.description {
107  margin-left: 1em;
108  font-weight: bold;
109 }
110
111 div#ticket-history span.time-taken {
112  margin-left: 1em;
113 }
114
115 div#ticket-history div.content {
116  padding-right: 1em;
117  padding-bottom: 0.7em;
118  margin-left: 1.5em;
119 }
120
121 .ticket-transaction .messagebody {
122  font-size: 1em;
123  padding-left: 1em;
124  margin-top: 0.5em;
125  padding-top: 0.5em;
126  border-top: 1px solid #ccc;
127  /*overflow: auto; */
128  min-height: 2.5em;
129  /* To avoid overlapping of "downloadattachment" by messagebody */
130  clear: left;
131  word-wrap: break-word;
132 }
133
134 .ticket-transaction .messagebody img {
135  max-width: 100%;
136 }
137
138 div#ticket-history div.downloadattachment {
139 float: right;
140 clear: both;
141 font-size: 0.9em;
142 text-align: right;
143 background: #ddd;
144 padding: 0.5em;
145 margin-left: 1em;
146
147 border: 1px solid #ccc;
148 border-right: 2px solid #aaa;
149 border-bottom: 2px solid #aaa;
150 margin-top: 0.5em;
151 -moz-border-radius: 0.5em;
152 -webkit-border-radius: 0.5em;
153
154 }
155
156 div#ticket-history div.downloadattachment .downloadcontenttype{
157 color: #666;
158 padding-right:0.25em;
159 }
160
161
162 div#ticket-history .message-header-key {
163   width: 7em;
164   font-weight: bold;
165   color: #666;
166 }
167
168
169 div#ticket-history .messagebody .messagebody{
170  font-size: 1em;
171  padding: 0; 
172  border: 0;
173  margin: 0;
174 }
175
176
177
178 .ticket-transaction.basics .type { background: #b32; }
179 .ticket-transaction.cfs .type { background: #b32; }
180 .ticket-transaction.people .type { background: #48c; }
181 .ticket-transaction.links .type { background: #316531; }
182 .ticket-transaction.dates .type { background: #633063; }
183 .ticket-transaction.message .type { background: #069; }
184 .ticket-transaction.reminders .type { background: #369; }
185 .ticket-transaction.other .type { background: #abc; }
186
187
188
189
190 .ticket-info-cfs .titlebox-title .left { background-color: #b32; color: #fff;}
191 .ticket-info-basics .titlebox-title .left { background-color: #b32;  color: #fff;}
192 .ticket-info-people .titlebox-title .left { background-color: #48c;  color: #fff;}
193 .ticket-info-requestor .titlebox-title .left { white-space: nowrap; background-color: #48c;  color: #fff;}
194 .ticket-info-links .titlebox-title .left { background-color: #316531;  color: #fff;}
195 .ticket-info-reminders .titlebox-title .left { background-color: #369;  color: #fff;}
196 .ticket-info-dates .titlebox-title .left { background-color: #633063;  color: #fff;}
197 .ticket-info-attachments .titlebox-title .left { background-color: #993366;  color: #fff;}
198
199
200 .ticket-summary .titlebox-title .left a, .ticket-summary .titlebox-title .left a:visited { color: #fff;}
201
202 .unread-messages .titlebox , .unread-messages .titlebox-title .left { 
203   border: 1px solid #99a;
204   border-right: 2px solid #aab;
205   border-bottom: 2px solid #aab;
206
207 }
208
209
210 .unread-messages .titlebox { 
211   background-color: #dde;
212 }
213
214 .unread-messages .titlebox-title .left { 
215   background-color: #cce;
216 }
217
218 .ticket-inactive {
219   text-decoration: line-through;
220   color: #666
221 }
222
223 table.ticket-summary td.boxcontainer:first-child {
224   width: 50%;
225 }
226
227 div.requestor-ticket-links {
228     text-align: left;
229     font-size: 0.8em;
230     padding-top: 0.25em;
231 }
232
233 .more-about-requestor-extra-field .label {
234     display: inline-block;
235     width: 8em;
236     font-weight: bold;
237     text-align: right;
238 }
239
240 .more-about-requestor-extra-field .value {
241     display: inline-block;
242 }
243
244 .ticket-info-requestor .more-about-requestor-extra,
245 .ticket-info-requestor .comments-about-user,
246 .ticket-info-requestor .more-about-requestor-tickets,
247 .ticket-info-requestor .more-about-user-groups
248 {
249     margin: 1em 0;
250 }
251
252 .ticket-info-requestor .comments-about-user .label,
253 .ticket-info-requestor .more-about-user-groups .label,
254 .ticket-info-requestor .more-about-requestor-tickets .label
255 {
256     display: block;
257     font-weight: bold;
258     text-align: left;
259 }
260
261 .ticket-info-requestor .more-about-user-groups .value ul,
262 .ticket-info-requestor .more-about-requestor-tickets ul
263 {
264     margin-top: 0;
265     margin-bottom: 0;
266 }
267
268
269 /* textareas get to be bigger when we're in a table */
270 tr.edit-custom-field.cftype-Text textarea,
271 tr.edit-custom-field.cftype-Freeform input,
272 tr.edit-custom-field.cftype-Wikitext textarea
273 {
274     width: 100%;
275 }