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