xref: /plugin/bez/style.css (revision 60fa9366de1289f46c0b67b066d1092b0cfe6dc2)
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.bez_cancel_button {
305	margin-left: 2em;
306}
307
308.bds_last_edit {
309    color: #999999;
310	font-size: 80%;
311	margin-top: 0.8em;
312	padding-left: 2.5em;
313}
314
315.bds_block li {
316	color: #000 !important;
317}
318
319/*FORMS*/
320.bds_block fieldset.bds_form {
321	display: table;
322	background: none repeat scroll 0 0 #F7F7F0;
323    border: 1px solid #D7D7D7;
324    border-radius: 0.4em;
325    /*box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset;*/
326    margin-bottom: 1em;
327	padding: 0.5em;
328	width: 100%;
329	text-align: left;
330}
331
332.bds_form .row {
333	display: table-row;
334}
335
336.bds_form label[for] {
337	display: table-cell;
338    padding: 0.4em;
339    text-align: right;
340    vertical-align: top;
341    width: 20%;
342}
343.bds_form span {
344	display: table-cell;
345    vertical-align: middle;
346    width: 80%;
347}
348
349.bds_form input {
350	padding: 0.25em 0.5em;
351}
352
353.bds_form textarea {
354	width: 100% !important;
355	height: 10em;
356	display: block;
357}
358
359
360.bds_form input[id=title] {
361	width: 30em;
362}
363
364.bds_form input[id=cost] {
365	width: 7em;
366}
367input.days {
368	width: 3em;
369}
370
371.root_cause {
372	margin-bottom:0.5em;
373}
374.root_cause span {
375	background: #ffeedc;
376	padding: 0.5em;
377}
378
379#bds_timeline h2 {
380    background: none repeat scroll 0 0 #F7F7F7;
381    border-bottom: 1px solid #D7D7D7;
382    border-radius: 0.1em;
383    box-shadow: 1px 1px 0.5em 0 #CCCCCC;
384    font-size: 105%;
385    margin: 2em 0 0.5em;
386    padding: 0.4em;
387}
388
389#bds_timeline dt {
390	font-weight: normal;
391}
392#bds_timeline dd {
393	font-weight: normal;
394	margin: 0 0 0.75em 4.2em;
395}
396
397#bds_timeline dt a {
398	padding: 0 4px 2px 22px;
399}
400
401#bds_timeline dt a .id {
402	font-weight: bold;
403}
404#bds_timeline dt a:hover {
405	text-decoration: none !important;
406	background-color: #eee;
407}
408
409#bds_timeline dt .id {
410	font-weight: normal;
411}
412
413#bds_timeline dt .time {
414    color: #999999;
415    font-size: 80%;
416}
417
418#bds_timeline dt .author {
419    color: #666666;
420}
421#bds_timeline dt > a {
422	background: url('images/changeset.png') no-repeat 1px 4px;
423}
424
425#bds_timeline .issue_closed > a {
426	background: url('images/closedticket.png') no-repeat 1px 4px;
427}
428
429#bds_timeline .issue_created > a {
430	background: url('images/newticket.png') no-repeat 1px 4px;
431}
432
433#bds_timeline .issue_rejected > a {
434	background: url('images/rejectedticket.png') no-repeat 1px 4px;
435}
436
437
438#bds_timeline .task_opened > a {
439	background: url('images/newtask.png') no-repeat 1px 4px;
440}
441
442#bds_timeline .task_done > a {
443	background: url('images/closedtask.png') no-repeat 1px 4px;
444}
445
446#bds_timeline .task_rejected > a {
447	background: url('images/rejectedtask.png') no-repeat 1px 4px;
448}
449
450#bds_timeline .cause > a {
451	background: url('images/newcause.png') no-repeat 1px 4px;
452}
453
454#bds_timeline h3 {
455	font-size: 1em;
456	border-bottom: 1px dotted #ddd;
457	margin-bottom: 0;
458}
459
460#entities_form label {
461	display: block;
462}
463
464#entities_form textarea {
465	display: block;
466	height: 40em;
467	width: 20em;
468	margin-bottom: 1em;
469}
470
471#entities_form input[type=reset] {
472	background: none;
473	border: none;
474	text-decoration: underline;
475}
476
477#entities_form input[type=reset]:hover {
478	text-decoration: none;
479}
480
481#bez_removal_confirm {
482	max-width: 15em;
483	background: #f7F7F0;
484	border: 1px solid #D7D7D7;
485	border-radius: 0.4em;
486	box-shadow: 0.1em 0.1em 1em 0px #E7E7E7 inset;
487	margin: 1em 0px;
488	padding: 0.5em;
489	width: 100%;
490	text-align: left;
491}
492
493#bez_report_issue_button {
494    background: url("images/addticket.png") no-repeat 4px 50% #fafafa;
495}
496
497#bez_info_issues {
498    background: url("images/newticket.png") no-repeat 4px 50% #fafafa;
499}
500
501#bez_info_tasks {
502    background: url("images/newtask.png") no-repeat 4px 50% #fafafa;
503}
504
505#bez_info_proposals {
506    background: url("images/newticket.png") no-repeat 4px 50% #fafafa;
507}
508
509.bez_start_button {
510	border: 1px solid #eee;
511	border-radius: 0.3em;
512	color: #222 !important;
513	padding: 0.7em 0.7em 0.6em 24px;
514	text-shadow: 0.1em 0.1em #FCFCFC;
515	cursor: pointer;
516}
517
518.bez_start_button:hover {
519	background-color: #fcfcfc;
520	border: 1px solid #bbb;
521	text-decoration: none !important;
522}
523
524#bez_info {
525	text-align: center;
526	margin-top: 15px;
527}
528
529#bez_info a {
530	margin-left: 2em;
531}
532
533#bez_info a:first-child {
534	margin-left: 0;
535}
536
537#bez_version {
538	position: relative;
539}
540#bez_version div {
541	position:absolute;
542	font-size: 90%;
543	top: -18px;
544	left: -18px;
545}
546
547#bez_8d_send_button {
548	font-size: 50%;
549	font-weight: normal;
550}
551
552.bez_sumarise {
553	border: 0;
554}
555
556.bez_sumarise tr:last-child th {
557	background-color: transparent;
558	border-left: 0;
559	border-right: 0;
560}
561
562.bez_sumarise tr:last-child td {
563	border-left: 0;
564	border-right: 0;
565}
566
567h1.bez_report span {
568	display:block;
569	font-size: 50%;
570	font-weight: normal;
571}
572
573.bez_filter_form {
574	background-color: #F7F7F0;
575    	border: 1px solid #D7D7D7;
576    	border-radius: 0.4em;
577    	margin-bottom: 1em;
578	text-align: left;
579	display:block;
580	line-height: 200%;
581}
582
583.bez_filter_form label {
584	margin: 0.8em;
585	white-space: nowrap;
586}
587
588/*NEW FORM */
589
590form.bez_form > fieldset {
591	display: table;
592	background: none repeat scroll 0 0 #F7F7F0;
593    border: 1px solid #D7D7D7;
594    border-radius: 0.4em;
595	text-align: left;
596	width: 98.5%;
597	margin-bottom: 1em !important;
598}
599
600form.bez_cause_form > fieldset {
601	background: #ffeedc !important;
602	border-color: #ddb68d !important;
603}
604
605form.bez_task_form > fieldset {
606	background: #e4f4f4 !important;
607	border-color: #8bbcbc !important;
608}
609
610.bez_form .row {
611	display: table-row;
612}
613
614.bez_form label[for] {
615	display: table-cell;
616    padding: 0.4em;
617    text-align: right;
618    vertical-align: top;
619    width: 200px;
620}
621.bez_form span {
622	display: table-cell;
623    vertical-align: middle;
624    width: 80%;
625}
626
627.bez_form input {
628	padding: 0.25em 0.5em;
629}
630
631.bez_form a {
632	margin-left: 1em;
633}
634
635.bez_form textarea {
636	width: 100% !important;
637	height: 10em;
638	display: block;
639}
640
641
642.bez_form input[id=title] {
643	width: 30em;
644}
645
646.bez_form input[id=cost] {
647	width: 7em;
648}
649input.days {
650	width: 3em;
651}
652
653.rr h3 {
654	font-size:inherit;
655	font-weight: normal;
656}
657
658.rr table {
659	table-layout:fixed;
660}
661
662.rr th {
663	width: 33%;
664}
665