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