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