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 305.bds_last_edit { 306 color: #999999; 307 font-size: 80%; 308 margin-top: 0.8em; 309 padding-left: 2.5em; 310} 311 312.bds_block li { 313 color: #000 !important; 314} 315 316/*FORMS*/ 317.bds_block fieldset.bds_form { 318 display: table; 319 background: none repeat scroll 0 0 #F7F7F0; 320 border: 1px solid #D7D7D7; 321 border-radius: 0.4em; 322 /*box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset;*/ 323 margin-bottom: 1em; 324 padding: 0.5em; 325 width: 100%; 326 text-align: left; 327} 328 329.bds_form .row { 330 display: table-row; 331} 332 333.bds_form label[for] { 334 display: table-cell; 335 padding: 0.4em; 336 text-align: right; 337 vertical-align: top; 338 width: 20%; 339} 340.bds_form span { 341 display: table-cell; 342 vertical-align: middle; 343 width: 80%; 344} 345 346.bds_form input { 347 padding: 0.25em 0.5em; 348} 349 350.bds_form textarea { 351 width: 100% !important; 352 height: 10em; 353 display: block; 354} 355 356 357.bds_form input[id=title] { 358 width: 30em; 359} 360 361.bds_form input[id=cost] { 362 width: 7em; 363} 364input.days { 365 width: 3em; 366} 367 368.root_cause { 369 margin-bottom:0.5em; 370} 371.root_cause span { 372 background: #ffeedc; 373 padding: 0.5em; 374} 375 376#bds_timeline h2 { 377 background: none repeat scroll 0 0 #F7F7F7; 378 border-bottom: 1px solid #D7D7D7; 379 border-radius: 0.1em; 380 box-shadow: 1px 1px 0.5em 0 #CCCCCC; 381 font-size: 105%; 382 margin: 2em 0 0.5em; 383 padding: 0.4em; 384} 385 386#bds_timeline dt { 387 font-weight: normal; 388} 389#bds_timeline dd { 390 font-weight: normal; 391 margin: 0 0 0.75em 4.2em; 392} 393 394#bds_timeline dt a { 395 padding: 0 4px 2px 22px; 396} 397 398#bds_timeline dt a .id { 399 font-weight: bold; 400} 401#bds_timeline dt a:hover { 402 text-decoration: none !important; 403 background-color: #eee; 404} 405 406#bds_timeline dt .id { 407 font-weight: normal; 408} 409 410#bds_timeline dt .time { 411 color: #999999; 412 font-size: 80%; 413} 414 415#bds_timeline dt .author { 416 color: #666666; 417} 418#bds_timeline dt > a { 419 background: url('images/changeset.png') no-repeat 1px 4px; 420} 421 422#bds_timeline .issue_closed > a { 423 background: url('images/closedticket.png') no-repeat 1px 4px; 424} 425 426#bds_timeline .issue_created > a { 427 background: url('images/newticket.png') no-repeat 1px 4px; 428} 429 430#bds_timeline .issue_rejected > a { 431 background: url('images/rejectedticket.png') no-repeat 1px 4px; 432} 433 434 435#bds_timeline .task_opened > a { 436 background: url('images/newtask.png') no-repeat 1px 4px; 437} 438 439#bds_timeline .task_done > a { 440 background: url('images/closedtask.png') no-repeat 1px 4px; 441} 442 443#bds_timeline .task_rejected > a { 444 background: url('images/rejectedtask.png') no-repeat 1px 4px; 445} 446 447#bds_timeline .cause > a { 448 background: url('images/newcause.png') no-repeat 1px 4px; 449} 450 451#bds_timeline h3 { 452 font-size: 1em; 453 border-bottom: 1px dotted #ddd; 454 margin-bottom: 0; 455} 456 457#entities_form label { 458 display: block; 459} 460 461#entities_form textarea { 462 display: block; 463 height: 40em; 464 width: 20em; 465 margin-bottom: 1em; 466} 467 468#entities_form input[type=reset] { 469 background: none; 470 border: none; 471 text-decoration: underline; 472} 473 474#entities_form input[type=reset]:hover { 475 text-decoration: none; 476} 477 478#bez_removal_confirm { 479 max-width: 15em; 480 background: #f7F7F0; 481 border: 1px solid #D7D7D7; 482 border-radius: 0.4em; 483 box-shadow: 0.1em 0.1em 1em 0px #E7E7E7 inset; 484 margin: 1em 0px; 485 padding: 0.5em; 486 width: 100%; 487 text-align: left; 488} 489 490#bez_report_issue_button { 491 background: url("images/addticket.png") no-repeat 4px 50% #fafafa; 492} 493 494#bez_info_issues { 495 background: url("images/newticket.png") no-repeat 4px 50% #fafafa; 496} 497 498#bez_info_tasks { 499 background: url("images/newtask.png") no-repeat 4px 50% #fafafa; 500} 501 502#bez_info_proposals { 503 background: url("images/newticket.png") no-repeat 4px 50% #fafafa; 504} 505 506.bez_start_button { 507 border: 1px solid #eee; 508 border-radius: 0.3em; 509 color: #222 !important; 510 padding: 0.7em 0.7em 0.6em 24px; 511 text-shadow: 0.1em 0.1em #FCFCFC; 512 cursor: pointer; 513} 514 515.bez_start_button:hover { 516 background-color: #fcfcfc; 517 border: 1px solid #bbb; 518 text-decoration: none !important; 519} 520 521#bez_info { 522 text-align: center; 523 margin-top: 15px; 524} 525 526#bez_info a { 527 margin-left: 2em; 528} 529 530#bez_info a:first-child { 531 margin-left: 0; 532} 533 534#bez_version { 535 position: relative; 536} 537#bez_version div { 538 position:absolute; 539 font-size: 90%; 540 top: -18px; 541 left: -18px; 542} 543 544#bez_8d_send_button { 545 font-size: 50%; 546 font-weight: normal; 547} 548 549.bez_sumarise { 550 border: 0; 551} 552 553.bez_sumarise tr:last-child th { 554 background-color: transparent; 555 border-left: 0; 556 border-right: 0; 557} 558 559.bez_sumarise tr:last-child td { 560 border-left: 0; 561 border-right: 0; 562} 563 564h1.bez_report span { 565 display:block; 566 font-size: 50%; 567 font-weight: normal; 568} 569 570.bez_filter_form { 571 background-color: #F7F7F0; 572 border: 1px solid #D7D7D7; 573 border-radius: 0.4em; 574 margin-bottom: 1em; 575 text-align: left; 576 display:block; 577 line-height: 200%; 578} 579 580.bez_filter_form label { 581 margin: 0.8em; 582 white-space: nowrap; 583} 584 585/*NEW FORM */ 586 587form.bez_form > fieldset { 588 display: table; 589 background: none repeat scroll 0 0 #F7F7F0; 590 border: 1px solid #D7D7D7; 591 border-radius: 0.4em; 592 text-align: left; 593 width: 98.5%; 594 margin-bottom: 1em !important; 595} 596 597form.bez_cause_form > fieldset { 598 background: #ffeedc !important; 599 border-color: #ddb68d !important; 600} 601 602form.bez_task_form > fieldset { 603 background: #e4f4f4 !important; 604 border-color: #8bbcbc !important; 605} 606 607.bez_form .row { 608 display: table-row; 609} 610 611.bez_form label[for] { 612 display: table-cell; 613 padding: 0.4em; 614 text-align: right; 615 vertical-align: top; 616 width: 200px; 617} 618.bez_form span { 619 display: table-cell; 620 vertical-align: middle; 621 width: 80%; 622} 623 624.bez_form input { 625 padding: 0.25em 0.5em; 626} 627 628.bez_form a { 629 margin-left: 1em; 630} 631 632.bez_form textarea { 633 width: 100% !important; 634 height: 10em; 635 display: block; 636} 637 638 639.bez_form input[id=title] { 640 width: 30em; 641} 642 643.bez_form input[id=cost] { 644 width: 7em; 645} 646input.days { 647 width: 3em; 648} 649 650.rr h3 { 651 font-size:inherit; 652 font-weight: normal; 653} 654 655.rr table { 656 table-layout:fixed; 657} 658 659.rr th { 660 width: 33%; 661} 662