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