php warnings
[Pman.MTrack] / mtrack.ticket.css
1 /* <style> */
2
3 #ticketinfo label {
4   font-weight: bold;
5   white-space: nowrap;
6 }
7
8 #ticketinfo fieldset {
9   width: 57em;
10 }
11 /* old */
12 #ticketinfo fieldset#readonly-tkt-properties {
13   float: left;
14   min-height: 6em;
15   margin-right: 1em;
16   width: 35em;
17 }
18
19 #ticketinfo fieldset#readonly-tkt-resources {
20   min-height: 6em;
21   width: 20em;
22 }
23
24 .ticket-readonly
25 {
26     float: right;
27     width: 28em;
28 }
29
30
31 fieldset.ticket-properties-readonly,
32 fieldset.ticket-status-readonly
33 {
34     float: left;
35     min-height: 6em;
36     margin-right: 1em;
37     width: 25em;
38     margin-top: 0px;
39     margin-left: 1em;
40 }
41
42 .readonly-tkt-description {
43     clear: both;
44     border: solid 1px #9F2B33 !important;
45     /* min-width: 57em; */
46     background-color: #CEC !important;
47     padding: 0.25em 0.5em 0.5em 0.5em;
48     margin-bottom: 10px;
49     float:left;    
50     white-space: pre-wrap;
51     width: 57em;
52 }
53 .ticket-left-col {
54     width: 57em;
55     float: left;
56 }
57
58  
59
60 fieldset.container-block-small {
61     display: block;
62     float: left;
63     margin-right: 10px;
64     width: 300px;
65 }
66 fieldset.container-block-small input[type=file] {
67     clear: both;
68     float: left;
69 }
70 .ticket-comment-midblock {
71     width: 320px;
72     float: left;
73 }
74
75 .ticketevent-expand {
76     cursor : pointer;
77 }
78
79
80 #comment-container {
81     clear: both;
82    }
83    
84
85 div.button-float {
86      background-color: #9F2B33;
87     width: 100%;
88    padding: 0;
89    clear: both;
90 }
91
92 div.ticketevent {
93   margin-top: 1.5em;
94   margin-bottom: 0;
95   border-bottom: solid 1px #bbb;
96   color: #999;
97 }
98
99 div.ticketevent-fileitem {
100     background: #FFC;
101     border: none;
102     color: black;
103     margin: 0px;
104     padding: 0px
105    }
106    
107 span.changesetlink {
108     cursor : pointer;
109   color: black;
110   white-space: normal;
111   padding-top: 1px;
112   padding-bottom: 1px;
113   padding-left: 2px;
114   padding-right: 2px;
115   font-size: 0.9em;
116
117
118   background-image: url(images/changeset.png);
119   background-repeat: no-repeat;
120   background-position-y: 2;
121   padding-left: 14px;
122 }
123 /** ---------timeline  -- */
124 .left-block {
125     width: 200px;
126     float: left;
127     margin-right: 10px;
128     height: 500px;
129 }
130 .right-block-timeline {
131     
132     width: 700px;
133     
134     float: left;
135     margin-left: 10px;
136     
137 }
138
139
140
141 /** --------- subscriber box  & attachments -- */
142 .right-block {
143     
144     background: #FBFBFB;
145    
146     color: #484848;
147     margin: 0px auto 1em;
148     padding: 0.5em;
149     width: 21%;
150     float: right;
151 }
152
153
154
155
156
157 .section {
158     border: 1px solid #DEDEDE;
159     
160     border-bottom-left-radius: 5px 5px;
161     border-bottom-right-radius: 5px 5px;
162     border-top-left-radius: 5px 5px;
163     border-top-right-radius: 5px 5px;
164     margin-bottom: 12px;
165     padding: 3px;
166 }
167 .watch-subscribers a:link, 
168 .watch-subscribers a:visited,
169 .attachments a:visited, 
170 .attachments a:link
171 {
172     border-bottom: none;
173     color: #093;
174 }
175 a.menu-link-subscribe,
176 a.menu-link-subscribe:link:hover,
177 a.menu-link-subscribe:visited:hover
178 {
179     background-image: url(images/add.png);
180     background-position: 0px 0px;
181     background-repeat: no-repeat;
182     
183     line-height: 18px;
184     padding: 2px 0px 5px 18px;
185     
186     color: #093;
187
188 div.section h2 {
189     background: none;
190     color: #9F2B33;
191     font-size: 14pt;
192     font-size: 11pt;
193     margin: 0px;
194 }
195 .watch-subscriber-person
196 {
197     background-image: url(images/user.png);
198     background-position: 0px 0px;
199     background-repeat: no-repeat;
200     
201     line-height: 18px;
202     padding: 2px 0px 5px 18px;
203     
204     color: #093;
205 }
206
207 /* -----   attachments ---------- */
208 .attachments ul {
209     list-style: none;
210 }
211 .attachments ul  li {
212     margin: 0;
213 padding: 0;
214 }
215 .attachments ul  li  a {
216     
217 }
218
219
220 /* -----enum editors..---------- */
221 div.ticket-enum {
222    height: 12px;
223    cursor: pointer;
224 }
225
226 /* sortable report tables */
227
228 table.report tbody tr.even { background-color: #fcfcfc }
229 table.report  tbody tr.odd { background-color: #f7f7f7 }
230
231 table.report thead tr th {
232   cursor: pointer;
233 /*  font-size: 0.7em;*/
234 }
235
236 table.report thead tr .header {
237   background-image: url(images/sort/bg.gif);
238   background-repeat: no-repeat;
239   background-position: center right;
240   padding-right: 16px;
241 }
242
243 table.report thead tr .headerSortUp {
244   background-image: url(images/sort/asc.gif);
245 }
246
247 table.report thead tr .headerSortDown {
248   background-image: url(images/sort/desc.gif);
249 }
250
251 table.report tbody tr.statusclosed td {
252   background-color: #eee !important;
253   color: #777;
254 }
255
256 table.report tbody tr.statusclosed td.summary,
257     table.report tbody tr.statusclosed td.ticket {
258   text-decoration: line-through;
259 }
260
261 table.report tbody tr.color1 td {
262   background-color: rgb(255, 221, 204);
263   color: rgb(170, 34, 34);
264 }
265 table.report tbody tr.color2 td {
266   background-color: rgb(255, 255, 187);
267   color: rgb(136, 136, 0);
268 }
269 table.report tbody tr.color4 td {
270   background-color: rgb(221, 255, 255);
271   color: rgb(0, 153, 153);
272 }
273
274 table.report tbody tr.color5 td {
275   background-color: rgb(221, 231, 255);
276   color: rgb(68, 102, 153);
277 }
278
279 table.report tbody tr td a {
280   border-bottom-style: none;
281   /* color: inherit; */
282 }
283
284 table.report tbody tr td {
285   white-space: nowrap;
286  /* font-size: 0.75em; */
287 }
288
289 table.report tbody tr td.summary {
290   white-space: normal;
291 }
292
293
294
295 /* --- new design **/
296 .mtrack-ticket-events { 
297     float: left;
298     width: 53em;
299 }
300
301 table.report tbody tr td form.ticket-edit,
302 table.report tbody tr td .ticket-view
303 {
304   white-space: normal;
305 }
306 form.ticket-edit,
307 .ticket-view {
308    /* width: 960px; */
309    /*  border: 5px solid #666; */
310
311     padding: 5px;
312 }
313 /*
314 form.ticket-edit { 
315   width: 960px;
316
317 }
318 */
319
320 .ticket-edit-left
321 {
322     float: left;
323     width: 640px;
324 }
325 .ticket-edit .ticket-edit-left-head
326 {
327     float: left;
328     width: 100%;
329 }
330
331 .ticket-field {
332     clear: both;
333 }
334 .ticket-edit-left .ticket-field textarea.wiki,
335 .ticket-edit-left .ticket-field textarea,
336 .ticket-edit-left .ticket-field label,
337 .ticket-edit-left .ticket-field input
338 {
339     float: left;
340     width: 600px;
341     
342 }
343 .ticket-edit-right 
344 {
345     width: 300px;
346     float: left;
347     margin-top: 0;
348 }
349 .ticket-edit-right .ticket-field label { 
350     width: 100px;
351     display: block;
352     float: left;
353     text-align: right;
354     margin-top: 2px;
355 }
356 .ticket-edit-right .ticket-field  .asmContainer { 
357     clear: both;
358 }
359 .ticket-edit-left-lower {
360     width: 595px;
361 }
362
363 .ticket-edit-left-lower .ticket-field {
364     float: left;
365     width: 280px;
366 }
367
368 .ticket-edit-left-lower .ticket-field label { 
369     width: 100px;
370     display: block;
371     float: left;
372     text-align: right;
373     margin-top: 2px;
374 }
375 .ticket-edit-left-lower .ticket-field-long  label {
376     float: left;
377     width: 180px;
378 }
379 .ticket-edit-left-lower .ticket-field-long  input {
380     float: left;
381     width: 80px;
382 }
383 .ticket-edit-left-lower .ticket-field  select {
384     float: left;
385     width: 170px;
386
387
388 table.report tr td .ticket-view td {
389     border: none;
390 }
391 .mtrack-ticket-desc {
392     float : left;
393 }
394
395 .ticketchangeinfo pre {
396     white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
397     white-space: -pre-wrap; /* Opera 4 - 6 */
398     white-space: -o-pre-wrap; /* Opera 7 */
399     white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
400     word-wrap: break-word; /* IE 5.5+ */
401 }
402
403
404
405 /* ------------- new preview.. ---------------*/
406 li.change-log-item {
407     cursor: pointer;
408 }
409 .change-log-details {
410     display:block;
411     clear:both;
412 }