xref: /plugin/bez/style.css (revision 9a30fd19e1af230545f863e78de6adfda2883aa3)
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}
520
521#bez_info a {
522	margin-left: 2em;
523}
524
525#bez_info a:first-child {
526	margin-left: 0;
527}
528
529#bez_8d_send_button {
530	font-size: 50%;
531	font-weight: normal;
532}
533
534.bez_sumarise {
535	border: 0;
536}
537
538.bez_sumarise tr:last-child th {
539	background-color: transparent;
540	border-left: 0;
541	border-right: 0;
542}
543
544.bez_sumarise tr:last-child td {
545	border-left: 0;
546	border-right: 0;
547}
548
549h1.bez_report span {
550	display:block;
551	font-size: 50%;
552	font-weight: normal;
553}
554
555.bez_filter_form {
556	background-color: #F7F7F0;
557    border: 1px solid #D7D7D7;
558    border-radius: 0.4em;
559    margin-bottom: 1em;
560	text-align: left;
561	display:block;
562}
563
564.bez_filter_form fieldset {
565	border: 0 !important;
566}
567
568.bez_filter_form div {
569	white-space: nowrap;
570	overflow: auto;
571	text-align: left;
572	margin-bottom: 1em;
573}
574
575.bez_filter_form label {
576	margin-right: 0.4em;
577}
578
579/*NEW FORM */
580
581form.bez_form > fieldset {
582	display: table;
583	background: none repeat scroll 0 0 #F7F7F0;
584    border: 1px solid #D7D7D7;
585    border-radius: 0.4em;
586	text-align: left;
587	width: 98.5%;
588	margin-bottom: 1em !important;
589}
590
591form.bez_cause_form > fieldset {
592	background: #ffeedc !important;
593	border-color: #ddb68d !important;
594}
595
596form.bez_task_form > fieldset {
597	background: #e4f4f4 !important;
598	border-color: #8bbcbc !important;
599}
600
601.bez_form .row {
602	display: table-row;
603}
604
605.bez_form label[for] {
606	display: table-cell;
607    padding: 0.4em;
608    text-align: right;
609    vertical-align: top;
610    width: 200px;
611}
612.bez_form span {
613	display: table-cell;
614    vertical-align: middle;
615    width: 80%;
616}
617
618.bez_form input {
619	padding: 0.25em 0.5em;
620}
621
622.bez_form a {
623	margin-left: 1em;
624}
625
626.bez_form textarea {
627	width: 100% !important;
628	height: 10em;
629	display: block;
630}
631
632
633.bez_form input[id=title] {
634	width: 30em;
635}
636
637.bez_form input[id=cost] {
638	width: 7em;
639}
640input.days {
641	width: 3em;
642}
643