1/**
2 * Design Elements - additional  CSS for the IssueTracker plugin *
3 * @author Taggic <taggic@t-online.de> */
4/* ----- General Elements ---------- */
5.it__negative_feedback {
6	border:            1px red solid;
7	background-color:          white;
8	margin:                      0px;
9	padding:                    10px;
10	width:                       87%;
11	border-radius:             0.5em;
12}
13.it__positive_feedback {
14	border:          1px green solid;
15	background-color:     lightgreen;
16	margin:                      0px;
17	padding:                    10px;
18	width:                       87%;
19	border-radius:             0.5em;
20}
21.it__standard_feedback {
22	border:         1px black solid;
23	background-color:       #DBDBDB;
24	padding:                    3px;
25  padding-left:            0.45em;
26	width:                      89%;
27	border-radius:            0.5em;
28}
29.it__left_indent {
30	border: 0;
31	width: 3%;
32	background-color: #f0f0f0;
33}
34
35.sortcol {
36cursor: pointer;
37padding-left: 10px !important;
38background-repeat: no-repeat;
39background-position: left center;
40}
41.sortasc {
42background-color: #DDFFAC;
43background-image: url(images/up.png);
44}
45.sortdesc {
46background-color: #B9DDFF;
47background-image: url(images/down.png);
48}
49.resize-handle-active {
50  cursor: w-resize;
51}
52
53
54
55/* ----- Report Elements ------------ */
56.it_form_table, .it_form_table tr td {
57  border:        none !important;
58	font-size:   0.95em !important;
59}
60.it__cir_projectlabel {
61	padding-left:           0.45em;
62	margin-left:               2em;
63  line-height:              166%;
64}
65.it__cir_input, .it__cir_linput {
66	display:                 block;
67	float:                    left;
68	padding-left:           0.45em;
69  margin-top:                3px;
70	margin-left:               2em;
71	width:                    15em;
72	border:      1px solid #CED2DB;
73	border-radius:             3px;
74}
75.it__cir_linput {
76	width:                     53em;
77}
78.it__cir_select {
79	display:                 block;
80	float:                    left;
81	padding-left:           0.45em;
82	margin-left:               2.3em;
83	width:                  18em;
84  font-size:             inherit;
85	border:      1px solid #CED2DB;
86	border-radius:             3px;
87}
88.it__cir_cbx {
89	display:                 block;
90	float:                    left;
91	margin-left:               2.3em;
92	border:      1px solid #CED2DB;
93	border-radius:             3px;
94}
95/* ----- Issue List Elements ------- */
96.it__cir_projectlabel, .itl__showid_input, .itl__showid_button, .itl__step_input, div.itl__table, div.issuetracker_div, itl_sev_filter, .itl__buttons, .itl__sev_filter, .itl__glbl_sort, .itl__stat_filter, .itd__tables_tr div, .itl__search_button, .itl__prod_filter  {
97	font-size:              0.85em;
98  padding:     0 0.85em 0 0.85em;
99}
100
101.itl__step_input, .itl__sev_filter, .itl__stat_filter, .itl__prod_filter, .itl__buttons {
102  margin: 0.1em 0 0.1em 0;
103}
104
105.it__searchlabel {
106	font-size:              0.85em;
107  margin: 0;
108  padding: 0;
109}
110
111.itd__tables_tr div  {
112	float:                   right;
113	border-left: 1px solid #CED2DB;
114	padding:                0.45em;
115}
116
117.itl__showdtls {
118	vertical-align:            top;
119}
120
121.itl__count_div {
122  font-size:              0.95em;
123}
124
125.itl__count_tbl {
126  border:              0;
127}
128
129
130.itl__showid_input {
131	width:                     3em;
132	height:                  1.3em;
133	border:      1px solid #CED2DB;
134	font-size:              0.85em;
135	text-align:             center;
136	padding-left:           0.15em;
137	margin-left:             2.5em;
138	margin-right:           0.75em;
139	border-radius:             5px;
140}
141
142.itl__search_input {
143	width:                    12em;
144	height:                  1.3em;
145	border:      1px solid #CED2DB;
146	font-size:              0.85em;
147	text-align:               left;
148	padding-left:           0.15em;
149	margin-left:             2.5em;
150	margin-right:           0.75em;
151	border-radius:             5px;
152}
153
154
155.itl__step_input {
156	width:                     6em;
157	height:                  1.3em;
158	border:      1px solid #CED2DB;
159	text-align:             center;
160	padding-left:           0.15em;
161	margin-left:            0.75em;
162	margin-right:           0.75em;
163	border-radius:             5px;
164}
165
166div.itl__table, div.issuetracker_div {
167	text-align:              left;
168	font-size:             0.75em;
169}
170TABLE.itl__td_standard {
171	text-align:              left;
172	white-space:         pre-wrap;
173}
174TABLE.itl__td_date {
175	text-align:            center;
176	white-space:              pre;
177}
178
179TABLE.itl__t1 {
180  width:                   100%;
181  background-color:     #f0f0f0;
182  border:     1px solid #CED2DB;
183}
184
185/* ----- Issue Detail Elements ----- */
186TABLE.itd__title {
187	border:                   0px;
188	margin:                   0px;
189	padding:                  0px;
190	width:                    90%;
191	border-spacing:           0px;
192}
193table.itd__title TR TD {
194	border:                   0px;
195	margin:                   0px;
196	padding:                  0px;
197	vertical-align:         middle !important;
198}
199table.itd__title TR TD IMG {
200	vertical-align:         middle !important;
201}
202table.itd__title TR TD P {
203	vertical-align:         middle;
204	border-width:              1px;
205	border-color:          #9999FF;
206	border-style:           outset;
207	background-color:      #CED2DB;
208	padding:                   5px;
209  margin:                      0;
210	border-radius:             4px;
211}
212table.itd_tr_standard {
213	background-color: #f0f0f0;
214	border:                    0px;
215}
216.itd_attachments_tr {
217	border:                   0px;
218	margin:                   0px;
219	padding:                  0px;
220  font-size:      1.18em !important;
221}
222.itd__col2, .itd__col3, .itd__col4, .itd__col5, .itd__col6 {
223	border:                    0px;
224	background-color:      #f0f0f0;
225  height: 0.85em;
226  margin: 0;
227  padding: 0;
228  vertical-align: text-bottom;
229}
230.itd__col2 {
231	width:                     13%;
232	font-size:              0.75em;
233}
234.itd__col3, .itd__col4 {
235	font-size:              0.85em;
236	width:                     25%;
237}
238.itd__col5 {
239	width:                     10%;
240	font-size:              0.75em;
241	font-weight:              bold;
242}
243.itd__col6 {
244	width:                     25%;
245	font-size:              0.75em;
246}
247.itd__tables {
248	border:                    0px;
249	margin:                    0px;
250	margin-top:                4px;
251	padding:                   4px;
252	width:                     90%;
253	border-spacing:            0px;
254	font-size:              0.85em;
255}
256.itd_tables_tdh {
257  background-color:      #CED2DB;
258	width:                     90%;
259	border:     none;
260	color:                 #555555;
261	font-weight:              bold;
262	white-space:            nowrap;
263	text-align:               left;
264	vertical-align:         middle;
265  padding: 0;
266  padding-left:             12px;
267	border-radius:             3px !important;
268  margin:                      0;
269  font-family:         sans-serif;
270}
271.itd__tables_tr, .itd__tables_tr td {
272	border:                      0;
273	background-color:      #f0f0f0;
274}
275.itd__tables_tr {
276  font-size:              0.85em;
277}
278.itd_tables_tdc2 {
279	border:                      0;
280	width:                     13%;
281	font-size:              1.10em;
282  padding: 0;
283  margin: 0;
284}
285.itd_tables_tdc3 {
286	border:                      0;
287	width:                     75%;
288	font-size:              1.18em;
289  padding: 0;
290  margin: 0;
291}
292td.it_center {
293  text-align:center;
294  margin-left: auto;
295  margin-right: auto;
296}
297
298.itd_comment_trh {
299	border:                      0;
300	background-color:      #ffffff !important;
301	padding-top:            0.75em;
302	padding-left:           0.45em;
303  font-size:      0.85em !important;
304	font-style:             italic;
305}
306.itd_comment_tr {
307	border:              solid 1px;
308	border-bottom:       solid 2px;
309	border-color:          #b0b0b0;
310	background-color:      #f0f0f0;
311  font-size:      1.18em !important;
312	padding:                0.75em;
313	border-radius:          0.25em !important;
314  position:relative;
315}
316
317.itd_comment_tr li {
318  margin:           0 !important;
319  padding:          0 !important;
320  font-size:      1em !important;
321  line-height:    1em !important;
322  font-weight: normal !important;
323  position:relative;
324}
325
326.itd_comment_tr li div.it_code, .itd_comment_tr div.it_code {
327  margin:           3px 3px 3px 0 !important;
328  padding:          3px !important;
329  border:         1px dotted #b0b0b0;
330  font-size:      inherit;
331  line-height:    inherit;
332  font-weight: normal !important;
333  position:relative;
334  float: none;
335  border-radius: 4px 4px 4px 4px;
336  box-shadow: 3px 3px 5px 2px #CCCCCC;
337}
338
339.itd_comment_tr li div.it_code code, .itd_comment_tr div.it_code code {
340  font-size:      inherit;
341  line-height:    inherit;
342  background-color: inherit;
343  border-radius: 0px;
344  box-shadow: none;
345}
346
347tr.itd_edit_tr {
348	border:      1px solid #dddddd;
349  padding:                   3px;
350  margin-top:                2px;
351	border-radius:             4px;
352}
353
354td.itd_edit_tr {
355	border:                   none;
356  padding:                     0;
357  margin:                    3px;
358}
359
360.it_edittoolbar, .itr_edittoolbar {
361  width:                   330px;
362  border:     1px dotted #69859E;
363  padding:     4px 12px 0px 12px;
364	border-radius:             4px;
365}
366
367.itr_edittoolbar {
368  margin-left:               2em;
369}
370
371.img_tab_open_comment {
372  border: none;
373  background-image:url(images/enfold.png);
374  background-repeat:no-repeat;
375  height:19px;
376  background-position: 0 0;
377  margin: 0;
378  padding: 0;
379  vertical-align: text-bottom;
380 }
381
382.lnk_tab_open_comment {
383  border-top:1px solid lightgrey !important;
384  width:                   222px;
385	text-align:             center;
386  cursor:                pointer;
387}
388
389.xseditor_button {
390  cursor:pointer;
391  border-radius:             2px;
392}
393.xseditor_button:hover {
394  background-color:      #E0E0E0;
395}
396
397fieldset.minor_mod {
398  border: 0 !important;
399  width:15em !important;
400  height:1.5em !important;
401  margin-bottom:0 !important;
402  margin-left:0 !important;
403}
404
405.cmt_mod_exclamation {
406  color:                 #FF0000;
407  font-weight:              bold;
408	font-style:             italic;
409}
410
411.cmt_mod_label {
412  font-weight:              bold;
413  float:                   right;
414}
415
416.cmt_list_plus_img {
417  background-image:url(images/list-plus.gif);
418  background-repeat:no-repeat;
419}
420.cmt_list_plus_img:hover {
421  background-image:url(images/list-plus_hov.gif) !important;
422  background-repeat:no-repeat;
423}
424.cmt_del_img {
425  background-image:url(images/delete.gif);
426  border: none;
427  margin-top: -10px ;
428  margin-right: -10px ;
429  float:right;
430}
431
432.cmt_del_img:hover {
433  background-image:url(images/delete_hov.gif) !important;
434  border: none;
435  margin-top: -10px ;
436  margin-right: -10px ;
437  float:right;
438}
439
440.itd__modlog_link {
441  text-align:              right;
442  font-size:   0.75em !important;
443	font-style:             italic;
444}
445
446.tbl_showmodlog td {
447  padding: 0 1.5em 0 1.5em !important;
448}
449
450.it_search_result{
451  border: 0 !important;
452  text-align:              left;
453  font-size:   0.8em !important;
454}
455
456.it_search_result tr td p {
457  border-top: 1px solid lightgrey !important;
458  border-bottom: 1px solid lightgrey !important;
459  border-left: 0  !important;
460  border-right: 0 !important;
461}
462.it_searchbox {
463  border: 1px solid lightblue;
464  padding: 0.3em 1em 0.3em 1em ;
465}
466.it_cmnt_pics {
467  max-width:650px;
468  margin: 12px 12px 12px 3px;
469  float:left;
470  vertical-align:text-top;
471}
472
473.it_rowodd {
474  background-color:   #E8E9FF;
475}
476
477.it_roweven {
478  background-color:   #FFFFD0;
479}
480
481.it_rowodd:hover, .it_roweven:hover {
482  background-color:   #DDDDDD !important;
483}
484
485div.frm_status select, div.frm_severity select, div.frm_status#btnmod_status, div.frm_severity#btnmod_severity {
486  font-size: 0.85em !important;
487}
488
489div.frm_status input, div.frm_status span, div.frm_severity input, div.frm_severity span {
490  font-size: 0.85em !important;
491}
492
493.itd_textarea {
494  margin-top: 3px;
495  padding: 0.5em;
496  width:100%;
497}
498
499.frm_report_manager input, .frm_report_manager select {
500  width: 10em;
501  border: 1px solid #dddddd;
502  font: inherit;
503}
504
505.frm_report_manager input {
506  text-align: right;
507}
508
509.frm_report_manager table, .frm_report_manager table th, .frm_report_manager table td {
510  border: none !important;
511  padding: 0;
512  margin: 0;
513  font: inherit;
514  font-size:   0.95em;
515  text-align: center;
516}
517
518.frm_report_manager .button {
519  text-align: center;
520}
521
522.frm_report_manager td.other_controls {
523  text-align: left;
524}
525
526.itdtls_select, .itdtls_txt {
527	display:                 block;
528	float:         left !important;
529  width:                    16em;
530  font-size:             inherit;
531	border:      1px solid #CED2DB;
532	border-radius:             3px;
533}
534