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