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