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.bds_report_button { 166 position:absolute; 167 bottom: 0.5em; 168 right: 0.5em; 169} 170 171.bds_send_button { 172 position:absolute; 173 bottom: 0.5em; 174 right: 7em; 175} 176.bds_last_edit { 177 color: #999999; 178 font-size: 80%; 179 margin-top: 0.8em; 180 padding-left: 2.5em; 181} 182 183.bds_block li { 184 color: #000 !important; 185} 186 187/*FORMS*/ 188.bds_block fieldset.bds_form { 189 display: table; 190 background: none repeat scroll 0 0 #F7F7F0; 191 border: 1px solid #D7D7D7; 192 border-radius: 0.4em; 193 box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset; 194 margin: 1em 0; 195 padding: 0.5em; 196 width: 100%; 197 text-align: left; 198} 199 200.bds_form .row { 201 display: table-row; 202} 203 204.bds_form label { 205 display: table-cell; 206 padding: 0.4em; 207 text-align: right; 208 vertical-align: top; 209 width: 20%; 210} 211.bds_form span { 212 display: table-cell; 213 vertical-align: middle; 214 width: 80%; 215} 216 217.bds_form input { 218 padding: 0.25em 0.5em; 219} 220 221.bds_form textarea { 222 width: 100%; 223 height: 10em; 224 display: block; 225} 226 227 228.bds_form input[id=title] { 229 width: 30em; 230} 231 232.bds_form input[id=cost] { 233 width: 7em; 234} 235input.days { 236 width: 3em; 237} 238 239.root_cause { 240 margin-bottom:0.5em; 241} 242.root_cause span { 243 background: #ffeedc; 244 padding: 0.5em; 245} 246 247#bds_timeline h2 { 248 background: none repeat scroll 0 0 #F7F7F7; 249 border-bottom: 1px solid #D7D7D7; 250 border-radius: 0.1em; 251 box-shadow: 1px 1px 0.5em 0 #CCCCCC; 252 font-size: 105%; 253 margin: 2em 0 0.5em; 254 padding: 0.4em; 255} 256 257#bds_timeline dt { 258 font-weight: normal; 259} 260#bds_timeline dd { 261 font-weight: normal; 262 margin: 0 0 0.75em 4.2em; 263} 264 265#bds_timeline dt a { 266 padding: 0 4px 2px 22px; 267} 268 269#bds_timeline dt a .id { 270 font-weight: bold; 271} 272#bds_timeline dt a:hover { 273 text-decoration: none !important; 274 background-color: #eee; 275} 276 277#bds_timeline dt .id { 278 font-weight: normal; 279} 280 281#bds_timeline dt .time { 282 color: #999999; 283 font-size: 80%; 284} 285 286#bds_timeline dt .author { 287 color: #666666; 288} 289#bds_timeline dt > a { 290 background: url('images/changeset.png') no-repeat 1px 4px; 291} 292 293#bds_timeline .issue_closed > a { 294 background: url('images/closedticket.png') no-repeat 1px 4px; 295} 296 297#bds_timeline .issue_created > a { 298 background: url('images/newticket.png') no-repeat 1px 4px; 299} 300 301 302#bds_timeline .task > a { 303 background: url('images/newtask.png') no-repeat 1px 4px; 304} 305 306#bds_timeline .task_closed > a { 307 background: url('images/closedtask.png') no-repeat 1px 4px; 308} 309 310