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