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 h1 { 11 font-size: 1.3em; 12 margin-top: 1em; 13} 14 15#bds_issue_box h1:first-child { 16 margin: 0; 17} 18#bds_issue_box h1:first-child a:first-child { 19 font-size: 1.5em; 20 padding-right: 0.5em; 21} 22 23#bds_issue_box a { 24} 25 26#bds_issue_box .time_box { 27 position: absolute; 28 top: 2px; 29 right: 5px; 30 font-size: 0.8em; 31} 32 33#bds_issue_box .time_box span { 34 display: block; 35} 36 37#bds_issue_box table, .bds_block table { 38 border-collapse:collapse; 39 40 border:0; 41 border-top: 1px solid #DDDD99; 42 width: 100%; 43 margin-top: 1.5em; 44} 45 46#bds_issue_box table th, #bds_issue_box table td, .bds_block th, .bds_block td { 47 border:0; 48 background: none; 49 border-bottom: 1px dotted #DDDD99; 50 font-size: 0.8em; 51} 52 53#bds_issue_box h2 { 54 font-size: 1em; 55 border-bottom: 1px dotted #DDDD99; 56} 57 58.bds_block h1 { 59 font-size: 1.3em; 60 margin: 1em 0; 61} 62 63.bds_block h1 span { 64 color:#999; 65} 66 67.bds_block h2 { 68 border-bottom: 1px solid #D7D7D7; 69 box-shadow: 0.1em 0.4em 0.7em 0 #F2F2F2; 70 color: #999999; 71 font-size: 100%; 72 font-weight: normal; 73 margin-bottom: 0.5em; 74 padding: 0 0.2em; 75} 76 77.bds_block h3 { 78 border-bottom: 1px dotted #8bbcbc; 79 font-size: 90%; 80} 81 82.bds_block h2 span { 83 display:block; 84 float:right; 85 font-size: 100%; 86 color: #999999; 87 padding-right: 0.4em; 88} 89 90.bds_block h2 span.quoted_in a:before { 91 content: "↓ "; 92} 93 94.bds_block h2 span.replay_to a:before { 95 content: "↑ "; 96} 97 98.bds_block .bds_block_content > div { 99 margin-bottom: 3em; 100} 101 102.bds_block table { 103 clear:both; 104 margin-top: 3em; 105} 106 107.bds_block table { 108 clear:both; 109 border-top-color: #8bbcbc; 110 margin-top: 3em; 111} 112 113.bds_block div.task { 114 background: #e4f4f4; 115 border: 1px solid #8bbcbc; 116 border-radius: 0.4em; 117 margin-top: 0.2em; 118 padding: 0.5em 1em; 119} 120 121.bds_block td, .bds_block th{ 122 border-bottom-color: #8bbcbc; 123} 124 125.bds_inline_button { 126 background: #fff; 127 border: 1px solid #DDDDDD; 128 border-radius: 1em; 129 box-shadow: none; 130 text-shadow: 0.1em 0.1em #DDDDDD; 131 cursor: pointer; 132 color: #808080 !important; 133 font-size: 70%; 134 height: 1.6em; 135 margin: 0 0.1em 0.1em; 136 padding: 0 0.4em 0.1em; 137 padding-top: 0.2em; 138 display:block; 139 float:right; 140} 141 142.bds_inline_button:hover { 143 background: none repeat scroll 0 0 #F6F6F6; 144 box-shadow: 0.1em 0.1em 0.6em 0 #999999; 145 text-shadow: 0.1em 0.1em #FCFCFC; 146 color: #fff; 147 text-decoration:none !important; 148} 149.bez_delete_button { 150 color: #808080 !important; 151 font-size: 70%; 152 height: 1.6em; 153 margin: 0 0.1em 0.1em; 154 padding: 0 0.4em 0.1em; 155 padding-top: 0.2em; 156 display:block; 157 float:right; 158 text-decoration:underline !important; 159} 160 161.bez_delete_button:hover { 162 text-decoration:none !important; 163} 164 165.bez_link_button { 166 float: none; 167 display: inline; 168} 169 170.bds_report_button { 171 position:absolute; 172 bottom: 0.5em; 173 right: 0.5em; 174} 175 176.bds_edit_button { 177 position:absolute; 178 bottom: 0.5em; 179 right: 13em; 180} 181 182 183.bds_send_button { 184 position:absolute; 185 bottom: 0.5em; 186 right: 7em; 187} 188.bds_last_edit { 189 color: #999999; 190 font-size: 80%; 191 margin-top: 0.8em; 192 padding-left: 2.5em; 193} 194 195.bds_block li { 196 color: #000 !important; 197} 198 199/*FORMS*/ 200.bds_block fieldset.bds_form { 201 display: table; 202 background: none repeat scroll 0 0 #F7F7F0; 203 border: 1px solid #D7D7D7; 204 border-radius: 0.4em; 205 box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset; 206 margin: 1em 0; 207 padding: 0.5em; 208 width: 100%; 209 text-align: left; 210} 211 212.bds_form .row { 213 display: table-row; 214} 215 216.bds_form label[for] { 217 display: table-cell; 218 padding: 0.4em; 219 text-align: right; 220 vertical-align: top; 221 width: 20%; 222} 223.bds_form span { 224 display: table-cell; 225 vertical-align: middle; 226 width: 80%; 227} 228 229.bds_form input { 230 padding: 0.25em 0.5em; 231} 232 233.bds_form textarea { 234 width: 100% !important; 235 height: 10em; 236 display: block; 237} 238 239 240.bds_form input[id=title] { 241 width: 30em; 242} 243 244.bds_form input[id=cost] { 245 width: 7em; 246} 247input.days { 248 width: 3em; 249} 250 251.root_cause { 252 margin-bottom:0.5em; 253} 254.root_cause span { 255 background: #ffeedc; 256 padding: 0.5em; 257} 258 259#bds_timeline h2 { 260 background: none repeat scroll 0 0 #F7F7F7; 261 border-bottom: 1px solid #D7D7D7; 262 border-radius: 0.1em; 263 box-shadow: 1px 1px 0.5em 0 #CCCCCC; 264 font-size: 105%; 265 margin: 2em 0 0.5em; 266 padding: 0.4em; 267} 268 269#bds_timeline dt { 270 font-weight: normal; 271} 272#bds_timeline dd { 273 font-weight: normal; 274 margin: 0 0 0.75em 4.2em; 275} 276 277#bds_timeline dt a { 278 padding: 0 4px 2px 22px; 279} 280 281#bds_timeline dt a .id { 282 font-weight: bold; 283} 284#bds_timeline dt a:hover { 285 text-decoration: none !important; 286 background-color: #eee; 287} 288 289#bds_timeline dt .id { 290 font-weight: normal; 291} 292 293#bds_timeline dt .time { 294 color: #999999; 295 font-size: 80%; 296} 297 298#bds_timeline dt .author { 299 color: #666666; 300} 301#bds_timeline dt > a { 302 background: url('images/changeset.png') no-repeat 1px 4px; 303} 304 305#bds_timeline .issue_closed > a { 306 background: url('images/closedticket.png') no-repeat 1px 4px; 307} 308 309#bds_timeline .issue_created > a { 310 background: url('images/newticket.png') no-repeat 1px 4px; 311} 312 313#bds_timeline .issue_rejected > a { 314 background: url('images/rejectedticket.png') no-repeat 1px 4px; 315} 316 317 318#bds_timeline .task_opened > a { 319 background: url('images/newtask.png') no-repeat 1px 4px; 320} 321 322#bds_timeline .task_done > a { 323 background: url('images/closedtask.png') no-repeat 1px 4px; 324} 325 326#bds_timeline .task_rejected > a { 327 background: url('images/rejectedtask.png') no-repeat 1px 4px; 328} 329 330#bds_timeline h3 { 331 font-size: 1em; 332 border-bottom: 1px dotted #ddd; 333 margin-bottom: 0; 334} 335 336#entities_form label { 337 display: block; 338} 339 340#entities_form textarea { 341 display: block; 342 height: 40em; 343 width: 20em; 344 margin-bottom: 1em; 345} 346 347#entities_form input[type=reset] { 348 background: none; 349 border: none; 350 text-decoration: underline; 351} 352 353#entities_form input[type=reset]:hover { 354 text-decoration: none; 355} 356 357#bez_removal_confirm { 358 max-width: 15em; 359 background: #f7F7F0; 360 border: 1px solid #D7D7D7; 361 border-radius: 0.4em; 362 box-shadow: 0.1em 0.1em 1em 0px #E7E7E7 inset; 363 margin: 1em 0px; 364 padding: 0.5em; 365 width: 100%; 366 text-align: left; 367} 368 369#bez_report_issue_button { 370 background: url("images/newticket.png") no-repeat 4px 50% #fafafa; 371 border: 1px solid #eee; 372 border-radius: 0.3em; 373 color: #222; 374 padding: 0.7em 0.7em 0.6em 24px; 375 text-shadow: 0.1em 0.1em #FCFCFC; 376 cursor: pointer; 377} 378 379#bez_report_issue_button:hover { 380 background-color: #fcfcfc; 381 border: 1px solid #bbb; 382 text-decoration: none; 383} 384 385#bez_info { 386 text-align: center; 387} 388 389#bez_info span { 390 margin-left: 4em; 391} 392 393