xref: /plugin/bez/style.css (revision ea5c5471cb346e25ccbc3aefb2c799ea52430ef4)
1#bds_issue_box {
2	position: relative;
3	background: #ffd;
4	border: 1px solid #DDDD99;
5	border-radius: 0.4em;
6	margin-top: 0.2em;
7	padding: 0.5em 1em;
8}
9
10#bds_issue_box.pr0 {
11	border-color: #B0D2B6;
12	background-color: #EEF6F0;
13}
14table.bez .pr0, #bds_timeline dt.pr0 {
15	background-color: #EEF6F0;
16}
17#bds_issue_box.pr0 table, #bds_issue_box.pr0 td, #bds_issue_box.pr0 th,#bds_issue_box.pr0 h2 {
18	border-color: #B0D2B6;
19}
20
21#bds_issue_box.pr1 {
22	background-color: #ffd;
23	border-color: #dd9;
24}
25table.bez .pr1 , #bds_timeline dt.pr1 {
26	background-color: #ffd;
27}
28#bds_issue_box.pr1 table, #bds_issue_box.pr1 td, #bds_issue_box.pr1 th,#bds_issue_box.pr1 h2 {
29	border-color: #dd9;
30}
31
32#bds_issue_box.pr2 {
33	border-color: #F0AFAD;
34	background-color: #F8E8E8;
35}
36table.bez .pr2 , #bds_timeline dt.pr2 {
37	background-color: #F8E8E8;
38}
39
40#bds_issue_box.pr2 table, #bds_issue_box.pr2 td, #bds_issue_box.pr2 th,#bds_issue_box.pr2 h2 {
41	border-color: #F0AFAD;
42}
43
44#bds_issue_box h1 {
45	font-size: 1.3em;
46	margin-top: 1em;
47}
48
49#bds_issue_box h1:first-child {
50	margin: 0;
51}
52#bds_issue_box h1:first-child a:first-child {
53	font-size: 1.5em;
54	padding-right: 0.5em;
55}
56
57#bds_issue_box a {
58}
59
60.bez_timebox {
61	position: absolute;
62	top: 2px;
63	right: 5px;
64	font-size: 0.8em;
65}
66
67.bez_timebox span {
68	display: block;
69}
70
71#bds_issue_box table, .bds_block table {
72	border-collapse:collapse;
73
74	border:0;
75	border-top: 1px solid #DDDD99;
76	width: 100%;
77	margin-top: 1.5em;
78}
79
80#bds_issue_box table th, .bds_block th {
81}
82#bds_issue_box table th, #bds_issue_box table td, .bds_block th, .bds_block td {
83	border:0;
84	background: none;
85	border-bottom: 1px dotted #DDDD99;
86	font-size: 0.8em;
87}
88
89#bds_issue_box h2 {
90	font-size: 1em;
91	border-bottom: 1px dotted #DDDD99;
92}
93
94.bds_block h1 {
95	font-size: 1.3em;
96	margin: 1em 0;
97	padding-bottom: 3px;
98	border-bottom: 1px solid #d7d7d7;
99}
100
101.bds_block h1 span {
102	color:#999;
103}
104
105.bez_standard_block h2 {
106    border-bottom: 1px solid #D7D7D7;
107    box-shadow: 0.1em 0.4em 0.7em 0 #F2F2F2;
108    color: #999999;
109    font-size: 100%;
110    font-weight: normal;
111    margin-bottom: 0.5em;
112    padding: 0 0.2em;
113}
114
115.bez_standard_block h2 span {
116	display: block;
117	float: right;
118	font-size: 100%;
119	color: #999;
120	padding-right: 0.4em;
121}
122
123#bez_tasks .task {
124	position: relative;
125}
126
127#bez_tasks h2 {
128	font-size: 1.2em;
129	font-weight: bold;
130	color: black;
131	border: 0;
132    box-shadow: none;
133}
134#bez_tasks h2 a {
135	font-size: 1.3em;
136}
137
138#bez_tasks h3 {
139    border-bottom: 1px dotted #8bbcbc;
140    font-size: 90%;
141}
142
143.bds_block_content > div {
144	margin-bottom: 3em;
145}
146
147#bez_tasks table {
148	clear:both;
149	margin-top: 3em;
150}
151
152#bez_tasks table {
153	clear:both;
154	border-top-color: #8bbcbc;
155	margin-top: 3em;
156}
157
158#bez_tasks div.task {
159	background: #e4f4f4;
160	border: 1px solid #8bbcbc;
161	border-radius: 0.4em;
162	margin-top: 0.2em;
163	padding: 0.5em 1em;
164}
165
166#bez_tasks td, #bez_tasks th{
167	border-bottom-color: #8bbcbc;
168}
169
170#bez_tasks .bds_edit_button {
171	position:absolute;
172	bottom: 0.5em;
173	right: 6em;
174}
175#bez_tasks .bds_send_button {
176	position:absolute;
177	bottom: 0.5em;
178	right: 0.5em;
179}
180
181/*commets*/
182#bez_comments .bez_buttons {
183	bottom: -1.3em;
184}
185
186#bez_comments .comment {
187	position: relative;
188}
189
190/*causes*/
191#bez_causes .cause {
192	position: relative;
193	background: #ffeedc !important;
194	border-color: #ddb68d !important;
195}
196
197#bez_causes table {
198	border-color: #ddb68d !important;
199}
200
201#bez_causes table td {
202	border-color: #dd9447 !important;
203}
204
205#bez_causes h2 {
206	font-size: 1.2em;
207	font-weight: bold;
208	color: black;
209	border: 0;
210    box-shadow: none;
211}
212#bez_causes h2 a {
213	font-size: 1.3em;
214}
215
216#bez_causes h3 {
217    border-bottom: 1px dotted #8bbcbc;
218    font-size: 90%;
219}
220
221.bds_block_content > div {
222	margin-bottom: 3em;
223}
224
225#bez_causes table {
226	clear:both;
227	margin-top: 3em;
228}
229
230#bez_causes table {
231	clear:both;
232	border-top-color: #8bbcbc;
233	margin-top: 3em;
234}
235
236#bez_causes div.cause {
237	background: #e4f4f4;
238	border: 1px solid #8bbcbc;
239	border-radius: 0.4em;
240	margin-top: 0.2em;
241	padding: 0.5em 1em;
242}
243
244#bez_causes td, #bez_causes th{
245	border-bottom-color: #8bbcbc;
246}
247
248#bez_causes .bds_edit_button {
249	position:absolute;
250	bottom: 0.5em;
251	right: 6em;
252}
253#bez_causes .bds_send_button {
254	position:absolute;
255	bottom: 0.5em;
256	right: 0.5em;
257}
258
259/*end causes*/
260
261.bez_buttons {
262	position: absolute;
263	bottom: 0.4em;
264	right: 0.2em;
265}
266
267.bez_buttons a {
268	margin-right: 1em;
269	padding: 0.2em 0.5em;
270}
271
272.bez_buttons a:last-child {
273	margin-right: 0;
274}
275
276.bds_inline_button {
277    background: #fff;
278    border: 1px solid #DDDDDD;
279    border-radius: 1em;
280    box-shadow: none;
281	text-shadow: 0.1em 0.1em #DDDDDD;
282	cursor: pointer;
283    color: #808080 !important;
284    font-size: 70%;
285}
286
287.bds_inline_button:hover {
288    background: none repeat scroll 0 0 #F6F6F6;
289    box-shadow: 0.1em 0.1em 0.6em 0 #999999;
290    text-shadow: 0.1em 0.1em #FCFCFC;
291	color: #fff;
292	text-decoration:none !important;
293}
294.bez_delete_button {
295    color: #808080 !important;
296    font-size: 70%;
297	text-decoration:underline !important;
298}
299
300.bez_delete_button:hover {
301	text-decoration:none !important;
302}
303
304
305.bds_last_edit {
306    color: #999999;
307	font-size: 80%;
308	margin-top: 0.8em;
309	padding-left: 2.5em;
310}
311
312.bds_block li {
313	color: #000 !important;
314}
315
316/*FORMS*/
317.bds_block fieldset.bds_form {
318	display: table;
319	background: none repeat scroll 0 0 #F7F7F0;
320    border: 1px solid #D7D7D7;
321    border-radius: 0.4em;
322    /*box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset;*/
323    margin-bottom: 1em;
324	padding: 0.5em;
325	width: 100%;
326	text-align: left;
327}
328
329.bds_form .row {
330	display: table-row;
331}
332
333.bds_form label[for] {
334	display: table-cell;
335    padding: 0.4em;
336    text-align: right;
337    vertical-align: top;
338    width: 20%;
339}
340.bds_form span {
341	display: table-cell;
342    vertical-align: middle;
343    width: 80%;
344}
345
346.bds_form input {
347	padding: 0.25em 0.5em;
348}
349
350.bds_form textarea {
351	width: 100% !important;
352	height: 10em;
353	display: block;
354}
355
356
357.bds_form input[id=title] {
358	width: 30em;
359}
360
361.bds_form input[id=cost] {
362	width: 7em;
363}
364input.days {
365	width: 3em;
366}
367
368.root_cause {
369	margin-bottom:0.5em;
370}
371.root_cause span {
372	background: #ffeedc;
373	padding: 0.5em;
374}
375
376#bds_timeline h2 {
377    background: none repeat scroll 0 0 #F7F7F7;
378    border-bottom: 1px solid #D7D7D7;
379    border-radius: 0.1em;
380    box-shadow: 1px 1px 0.5em 0 #CCCCCC;
381    font-size: 105%;
382    margin: 2em 0 0.5em;
383    padding: 0.4em;
384}
385
386#bds_timeline dt {
387	font-weight: normal;
388}
389#bds_timeline dd {
390	font-weight: normal;
391	margin: 0 0 0.75em 4.2em;
392}
393
394#bds_timeline dt a {
395	padding: 0 4px 2px 22px;
396}
397
398#bds_timeline dt a .id {
399	font-weight: bold;
400}
401#bds_timeline dt a:hover {
402	text-decoration: none !important;
403	background-color: #eee;
404}
405
406#bds_timeline dt .id {
407	font-weight: normal;
408}
409
410#bds_timeline dt .time {
411    color: #999999;
412    font-size: 80%;
413}
414
415#bds_timeline dt .author {
416    color: #666666;
417}
418#bds_timeline dt > a {
419	background: url('images/changeset.png') no-repeat 1px 4px;
420}
421
422#bds_timeline .issue_closed > a {
423	background: url('images/closedticket.png') no-repeat 1px 4px;
424}
425
426#bds_timeline .issue_created > a {
427	background: url('images/newticket.png') no-repeat 1px 4px;
428}
429
430#bds_timeline .issue_rejected > a {
431	background: url('images/rejectedticket.png') no-repeat 1px 4px;
432}
433
434
435#bds_timeline .task_opened > a {
436	background: url('images/newtask.png') no-repeat 1px 4px;
437}
438
439#bds_timeline .task_done > a {
440	background: url('images/closedtask.png') no-repeat 1px 4px;
441}
442
443#bds_timeline .task_rejected > a {
444	background: url('images/rejectedtask.png') no-repeat 1px 4px;
445}
446
447#bds_timeline h3 {
448	font-size: 1em;
449	border-bottom: 1px dotted #ddd;
450	margin-bottom: 0;
451}
452
453#entities_form label {
454	display: block;
455}
456
457#entities_form textarea {
458	display: block;
459	height: 40em;
460	width: 20em;
461	margin-bottom: 1em;
462}
463
464#entities_form input[type=reset] {
465	background: none;
466	border: none;
467	text-decoration: underline;
468}
469
470#entities_form input[type=reset]:hover {
471	text-decoration: none;
472}
473
474#bez_removal_confirm {
475	max-width: 15em;
476	background: #f7F7F0;
477	border: 1px solid #D7D7D7;
478	border-radius: 0.4em;
479	box-shadow: 0.1em 0.1em 1em 0px #E7E7E7 inset;
480	margin: 1em 0px;
481	padding: 0.5em;
482	width: 100%;
483	text-align: left;
484}
485
486#bez_report_issue_button {
487    background: url("images/addticket.png") no-repeat 4px 50% #fafafa;
488}
489
490#bez_info_issues {
491    background: url("images/newticket.png") no-repeat 4px 50% #fafafa;
492}
493
494#bez_info_tasks {
495    background: url("images/newtask.png") no-repeat 4px 50% #fafafa;
496}
497
498#bez_info_proposals {
499    background: url("images/newticket.png") no-repeat 4px 50% #fafafa;
500}
501
502.bez_start_button {
503	border: 1px solid #eee;
504	border-radius: 0.3em;
505	color: #222 !important;
506	padding: 0.7em 0.7em 0.6em 24px;
507	text-shadow: 0.1em 0.1em #FCFCFC;
508	cursor: pointer;
509}
510
511.bez_start_button:hover {
512	background-color: #fcfcfc;
513	border: 1px solid #bbb;
514	text-decoration: none !important;
515}
516
517#bez_info {
518	text-align: center;
519	margin-top: 15px;
520}
521
522#bez_info a {
523	margin-left: 2em;
524}
525
526#bez_info a:first-child {
527	margin-left: 0;
528}
529
530#bez_version {
531	position: relative;
532}
533#bez_version div {
534	position:absolute;
535	font-size: 90%;
536	top: -18px;
537	left: -18px;
538}
539
540#bez_8d_send_button {
541	font-size: 50%;
542	font-weight: normal;
543}
544
545.bez_sumarise {
546	border: 0;
547}
548
549.bez_sumarise tr:last-child th {
550	background-color: transparent;
551	border-left: 0;
552	border-right: 0;
553}
554
555.bez_sumarise tr:last-child td {
556	border-left: 0;
557	border-right: 0;
558}
559
560h1.bez_report span {
561	display:block;
562	font-size: 50%;
563	font-weight: normal;
564}
565
566.bez_filter_form {
567	background-color: #F7F7F0;
568    border: 1px solid #D7D7D7;
569    border-radius: 0.4em;
570    margin-bottom: 1em;
571	text-align: left;
572	display:block;
573}
574
575.bez_filter_form fieldset {
576	border: 0 !important;
577}
578
579.bez_filter_form div {
580	white-space: nowrap;
581	overflow: auto;
582	text-align: left;
583	margin-bottom: 1em;
584}
585
586.bez_filter_form label {
587	margin-right: 0.4em;
588}
589
590/*NEW FORM */
591
592form.bez_form > fieldset {
593	display: table;
594	background: none repeat scroll 0 0 #F7F7F0;
595    border: 1px solid #D7D7D7;
596    border-radius: 0.4em;
597	text-align: left;
598	width: 98.5%;
599	margin-bottom: 1em !important;
600}
601
602form.bez_cause_form > fieldset {
603	background: #ffeedc !important;
604	border-color: #ddb68d !important;
605}
606
607form.bez_task_form > fieldset {
608	background: #e4f4f4 !important;
609	border-color: #8bbcbc !important;
610}
611
612.bez_form .row {
613	display: table-row;
614}
615
616.bez_form label[for] {
617	display: table-cell;
618    padding: 0.4em;
619    text-align: right;
620    vertical-align: top;
621    width: 200px;
622}
623.bez_form span {
624	display: table-cell;
625    vertical-align: middle;
626    width: 80%;
627}
628
629.bez_form input {
630	padding: 0.25em 0.5em;
631}
632
633.bez_form a {
634	margin-left: 1em;
635}
636
637.bez_form textarea {
638	width: 100% !important;
639	height: 10em;
640	display: block;
641}
642
643
644.bez_form input[id=title] {
645	width: 30em;
646}
647
648.bez_form input[id=cost] {
649	width: 7em;
650}
651input.days {
652	width: 3em;
653}
654
655.rr h3 {
656	font-size:inherit;
657	font-weight: normal;
658}
659
660.rr table {
661	table-layout:fixed;
662}
663
664.rr th {
665	width: 33%;
666}
667