xref: /plugin/bez/style.css (revision f01326eff44cde498b230beee050e7a66ad47144)
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_issue_box table td, .bds_block th, .bds_block td {
81	border:0;
82	background: none;
83	border-bottom: 1px dotted #DDDD99;
84	font-size: 0.8em;
85}
86
87#bds_issue_box h2 {
88	font-size: 1em;
89	border-bottom: 1px dotted #DDDD99;
90}
91
92.bds_block h1 {
93	font-size: 1.3em;
94	margin: 1em 0;
95}
96
97.bds_block h1 span {
98	color:#999;
99}
100
101.bez_standard_block h2 {
102    border-bottom: 1px solid #D7D7D7;
103    box-shadow: 0.1em 0.4em 0.7em 0 #F2F2F2;
104    color: #999999;
105    font-size: 100%;
106    font-weight: normal;
107    margin-bottom: 0.5em;
108    padding: 0 0.2em;
109}
110
111#bez_tasks .task {
112	position: relative;
113}
114
115#bez_tasks h2 {
116	font-size: 1.2em;
117}
118#bez_tasks h2 a {
119	font-size: 1.3em;
120}
121
122#bez_tasks h3 {
123    border-bottom: 1px dotted #8bbcbc;
124    font-size: 90%;
125}
126
127.bds_block_content > div {
128	margin-bottom: 3em;
129}
130
131#bez_tasks table {
132	clear:both;
133	margin-top: 3em;
134}
135
136#bez_tasks table {
137	clear:both;
138	border-top-color: #8bbcbc;
139	margin-top: 3em;
140}
141
142#bez_tasks div.task {
143	background: #e4f4f4;
144	border: 1px solid #8bbcbc;
145	border-radius: 0.4em;
146	margin-top: 0.2em;
147	padding: 0.5em 1em;
148}
149
150#bez_tasks td, #bez_tasks th{
151	border-bottom-color: #8bbcbc;
152}
153
154#bez_tasks .bds_edit_button {
155	position:absolute;
156	bottom: 0.5em;
157	right: 6em;
158}
159#bez_tasks .bds_send_button {
160	position:absolute;
161	bottom: 0.5em;
162	right: 0.5em;
163}
164
165.bds_inline_button {
166    background: #fff;
167    border: 1px solid #DDDDDD;
168    border-radius: 1em;
169    box-shadow: none;
170	text-shadow: 0.1em 0.1em #DDDDDD;
171	cursor: pointer;
172    color: #808080 !important;
173    font-size: 70%;
174    height: 1.6em;
175    margin: 0 0.1em 0.1em;
176    padding: 0 0.4em 0.1em;
177	padding-top: 0.2em;
178	display:block;
179	float:right;
180}
181
182.bds_inline_button:hover {
183    background: none repeat scroll 0 0 #F6F6F6;
184    box-shadow: 0.1em 0.1em 0.6em 0 #999999;
185    text-shadow: 0.1em 0.1em #FCFCFC;
186	color: #fff;
187	text-decoration:none !important;
188}
189.bez_delete_button {
190    color: #808080 !important;
191    font-size: 70%;
192    height: 1.6em;
193    margin: 0 0.1em 0.1em;
194    padding: 0 0.4em 0.1em;
195	padding-top: 0.2em;
196	display:block;
197	float:right;
198	text-decoration:underline !important;
199}
200
201.bez_delete_button:hover {
202	text-decoration:none !important;
203}
204
205.bez_link_button {
206	float: none;
207	display: inline;
208}
209
210.bds_report_button {
211	position:absolute;
212	bottom: 0.5em;
213	right: 0.5em;
214}
215
216.bds_edit_button {
217	position:absolute;
218	bottom: 0.5em;
219	right: 13em;
220}
221
222
223.bds_send_button {
224	position:absolute;
225	bottom: 0.5em;
226	right: 7em;
227}
228.bds_last_edit {
229    color: #999999;
230	font-size: 80%;
231	margin-top: 0.8em;
232	padding-left: 2.5em;
233}
234
235.bds_block li {
236	color: #000 !important;
237}
238
239/*FORMS*/
240.bds_block fieldset.bds_form {
241	display: table;
242	background: none repeat scroll 0 0 #F7F7F0;
243    border: 1px solid #D7D7D7;
244    border-radius: 0.4em;
245    /*box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset;*/
246    margin-bottom: 1em;
247	padding: 0.5em;
248	width: 100%;
249	text-align: left;
250}
251
252.bds_form .row {
253	display: table-row;
254}
255
256.bds_form label[for] {
257	display: table-cell;
258    padding: 0.4em;
259    text-align: right;
260    vertical-align: top;
261    width: 20%;
262}
263.bds_form span {
264	display: table-cell;
265    vertical-align: middle;
266    width: 80%;
267}
268
269.bds_form input {
270	padding: 0.25em 0.5em;
271}
272
273.bds_form textarea {
274	width: 100% !important;
275	height: 10em;
276	display: block;
277}
278
279
280.bds_form input[id=title] {
281	width: 30em;
282}
283
284.bds_form input[id=cost] {
285	width: 7em;
286}
287input.days {
288	width: 3em;
289}
290
291.root_cause {
292	margin-bottom:0.5em;
293}
294.root_cause span {
295	background: #ffeedc;
296	padding: 0.5em;
297}
298
299#bds_timeline h2 {
300    background: none repeat scroll 0 0 #F7F7F7;
301    border-bottom: 1px solid #D7D7D7;
302    border-radius: 0.1em;
303    box-shadow: 1px 1px 0.5em 0 #CCCCCC;
304    font-size: 105%;
305    margin: 2em 0 0.5em;
306    padding: 0.4em;
307}
308
309#bds_timeline dt {
310	font-weight: normal;
311}
312#bds_timeline dd {
313	font-weight: normal;
314	margin: 0 0 0.75em 4.2em;
315}
316
317#bds_timeline dt a {
318	padding: 0 4px 2px 22px;
319}
320
321#bds_timeline dt a .id {
322	font-weight: bold;
323}
324#bds_timeline dt a:hover {
325	text-decoration: none !important;
326	background-color: #eee;
327}
328
329#bds_timeline dt .id {
330	font-weight: normal;
331}
332
333#bds_timeline dt .time {
334    color: #999999;
335    font-size: 80%;
336}
337
338#bds_timeline dt .author {
339    color: #666666;
340}
341#bds_timeline dt > a {
342	background: url('images/changeset.png') no-repeat 1px 4px;
343}
344
345#bds_timeline .issue_closed > a {
346	background: url('images/closedticket.png') no-repeat 1px 4px;
347}
348
349#bds_timeline .issue_created > a {
350	background: url('images/newticket.png') no-repeat 1px 4px;
351}
352
353#bds_timeline .issue_rejected > a {
354	background: url('images/rejectedticket.png') no-repeat 1px 4px;
355}
356
357
358#bds_timeline .task_opened > a {
359	background: url('images/newtask.png') no-repeat 1px 4px;
360}
361
362#bds_timeline .task_done > a {
363	background: url('images/closedtask.png') no-repeat 1px 4px;
364}
365
366#bds_timeline .task_rejected > a {
367	background: url('images/rejectedtask.png') no-repeat 1px 4px;
368}
369
370#bds_timeline h3 {
371	font-size: 1em;
372	border-bottom: 1px dotted #ddd;
373	margin-bottom: 0;
374}
375
376#entities_form label {
377	display: block;
378}
379
380#entities_form textarea {
381	display: block;
382	height: 40em;
383	width: 20em;
384	margin-bottom: 1em;
385}
386
387#entities_form input[type=reset] {
388	background: none;
389	border: none;
390	text-decoration: underline;
391}
392
393#entities_form input[type=reset]:hover {
394	text-decoration: none;
395}
396
397#bez_removal_confirm {
398	max-width: 15em;
399	background: #f7F7F0;
400	border: 1px solid #D7D7D7;
401	border-radius: 0.4em;
402	box-shadow: 0.1em 0.1em 1em 0px #E7E7E7 inset;
403	margin: 1em 0px;
404	padding: 0.5em;
405	width: 100%;
406	text-align: left;
407}
408
409#bez_report_issue_button {
410    background: url("images/addticket.png") no-repeat 4px 50% #fafafa;
411}
412
413#bez_info_issues {
414    background: url("images/newticket.png") no-repeat 4px 50% #fafafa;
415}
416
417#bez_info_tasks {
418    background: url("images/newtask.png") no-repeat 4px 50% #fafafa;
419}
420
421#bez_info_proposals {
422    background: url("images/newticket.png") no-repeat 4px 50% #fafafa;
423}
424
425.bez_start_button {
426	border: 1px solid #eee;
427	border-radius: 0.3em;
428	color: #222 !important;
429	padding: 0.7em 0.7em 0.6em 24px;
430	text-shadow: 0.1em 0.1em #FCFCFC;
431	cursor: pointer;
432}
433
434.bez_start_button:hover {
435	background-color: #fcfcfc;
436	border: 1px solid #bbb;
437	text-decoration: none !important;
438}
439
440#bez_info {
441	text-align: center;
442}
443
444#bez_info a {
445	margin-left: 2em;
446}
447
448#bez_info a:first-child {
449	margin-left: 0;
450}
451
452#bez_issue_filter label {
453	margin-right: 1em;
454	padding-top: 0.2em;
455	display: block;
456	float: left;
457}
458
459#bez_8d_send_button {
460	font-size: 50%;
461	font-weight: normal;
462}
463