Changeset 120351 in webkit
- Timestamp:
- Jun 14, 2012, 1:02:01 PM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/build.webkit.org-config/public_html/default.css (modified) (2 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css
r67784 r120351 1 div.header { display: none; }2 1 body > hr { display: none; } 3 2 div.content h1 { display: none; } 4 3 5 4 body.interface { 6 background: url(bg_gradient.jpg) repeat-x; 7 font-family: Verdana, Cursor; 8 font-size: 10px; 9 font-weight: bold; 10 background-color: #fff; 11 color: #333; 5 background: url(bg_gradient.jpg) repeat-x; 6 font-family: Verdana, Cursor; 7 font-size: 10px; 8 font-weight: bold; 9 background-color: #fff; 10 color: #333; 11 } 12 13 .auth { 14 position: absolute; 15 top: 5px; 16 right: 40px; 12 17 } 13 18 14 19 a:link,a:visited,a:active { 15 color: #444;20 color: #444; 16 21 } 17 22 18 23 table { 19 border-spacing: 1px 1px;24 border-spacing: 1px 1px; 20 25 } 21 26 22 27 table td { 23 padding: 3px 2px 3px 2px;28 padding: 3px 2px 3px 2px; 24 29 } 25 30 26 31 .Project { 27 min-width: 6em;32 min-width: 6em; 28 33 } 29 34 30 35 .LastBuild,.Activity { 31 padding: 0 0 0 4px;36 padding: 0 0 0 4px; 32 37 } 33 38 34 39 /* Chromium Specific styles */ 35 40 div.BuildResultInfo { 36 color: #444;41 color: #444; 37 42 } 38 43 39 44 div.Announcement { 40 margin-bottom: 1em;45 margin-bottom: 1em; 41 46 } 42 47 43 48 div.Announcement>a:hover { 44 color: black;49 color: black; 45 50 } 46 51 47 52 div.Announcement>div.Notice { 48 background-color: #afdaff;49 padding: 0.5em;50 font-size: 16px;51 text-align: center;53 background-color: #afdaff; 54 padding: 0.5em; 55 font-size: 16px; 56 text-align: center; 52 57 } 53 58 54 59 div.Announcement>div.Open { 55 border: 3px solid #8fdf5f;56 padding: 0.5em;57 font-size: 16px;58 text-align: center;60 border: 3px solid #8fdf5f; 61 padding: 0.5em; 62 font-size: 16px; 63 text-align: center; 59 64 } 60 65 61 66 div.Announcement>div.Closed { 62 border: 5px solid #e98080;63 padding: 0.5em;64 font-size: 24px;65 font-weight: bold;66 text-align: center;67 border: 5px solid #e98080; 68 padding: 0.5em; 69 font-size: 24px; 70 font-weight: bold; 71 text-align: center; 67 72 } 68 73 69 74 td.Time { 70 color: #000;71 border-bottom: 1px solid #aaa;72 background-color: #eee;75 color: #000; 76 border-bottom: 1px solid #aaa; 77 background-color: #eee; 73 78 } 74 79 75 80 td.Activity,td.Change,td.Builder { 76 color: #333333;77 background-color: #CCCCCC;81 color: #333333; 82 background-color: #CCCCCC; 78 83 } 79 84 80 85 td.Change { 81 border-radius: 5px;82 -webkit-border-radius: 5px;83 -moz-border-radius: 5px;86 border-radius: 5px; 87 -webkit-border-radius: 5px; 88 -moz-border-radius: 5px; 84 89 } 85 90 86 91 td.Event { 87 color: #777;88 background-color: #ddd;89 border-radius: 5px;90 -webkit-border-radius: 5px;91 -moz-border-radius: 5px;92 color: #777; 93 background-color: #ddd; 94 border-radius: 5px; 95 -webkit-border-radius: 5px; 96 -moz-border-radius: 5px; 92 97 } 93 98 94 99 td.Activity { 95 border-top-left-radius: 10px;96 -webkit-border-top-left-radius: 10px;97 -moz-border-radius-topleft: 10px;98 min-height: 20px;99 padding: 2px 0 2px 0;100 border-top-left-radius: 10px; 101 -webkit-border-top-left-radius: 10px; 102 -moz-border-radius-topleft: 10px; 103 min-height: 20px; 104 padding: 2px 0 2px 0; 100 105 } 101 106 102 107 td.idle,td.waiting,td.offline,td.building { 103 border-top-left-radius: 0px;104 -webkit-border-top-left-radius: 0px;105 -moz-border-radius-topleft: 0px;108 border-top-left-radius: 0px; 109 -webkit-border-top-left-radius: 0px; 110 -moz-border-radius-topleft: 0px; 106 111 } 107 112 108 113 .LastBuild { 109 border-top-left-radius: 5px;110 -webkit-border-top-left-radius: 5px;111 -moz-border-radius-topleft: 5px;112 border-top-right-radius: 5px;113 -webkit-border-top-right-radius: 5px;114 -moz-border-radius-topright: 5px;114 border-top-left-radius: 5px; 115 -webkit-border-top-left-radius: 5px; 116 -moz-border-radius-topleft: 5px; 117 border-top-right-radius: 5px; 118 -webkit-border-top-right-radius: 5px; 119 -moz-border-radius-topright: 5px; 115 120 } 116 121 117 122 /* Console view styles */ 118 123 td.DevRev { 119 padding: 4px 8px 4px 8px;120 color: #333333;121 border-top-left-radius: 5px;122 -webkit-border-top-left-radius: 5px;123 -moz-border-radius-topleft: 5px;124 background-color: #eee;125 width: 1%;124 padding: 4px 8px 4px 8px; 125 color: #333333; 126 border-top-left-radius: 5px; 127 -webkit-border-top-left-radius: 5px; 128 -moz-border-radius-topleft: 5px; 129 background-color: #eee; 130 width: 1%; 126 131 } 127 132 128 133 td.DevRevCollapse { 129 border-bottom-left-radius: 5px;130 -webkit-border-bottom-left-radius: 5px;131 -moz-border-radius-bottomleft: 5px;134 border-bottom-left-radius: 5px; 135 -webkit-border-bottom-left-radius: 5px; 136 -moz-border-radius-bottomleft: 5px; 132 137 } 133 138 134 139 td.DevName { 135 padding: 4px 8px 4px 8px;136 color: #333333;137 background-color: #eee;138 width: 1%;139 text-align: left;140 padding: 4px 8px 4px 8px; 141 color: #333333; 142 background-color: #eee; 143 width: 1%; 144 text-align: left; 140 145 } 141 146 142 147 td.DevStatus { 143 padding: 4px 4px 4px 4px;144 color: #333333;145 background-color: #eee;148 padding: 4px 4px 4px 4px; 149 color: #333333; 150 background-color: #eee; 146 151 } 147 152 148 153 td.DevSlave { 149 padding: 4px 4px 4px 4px;150 color: #333333;151 background-color: #eee;154 padding: 4px 4px 4px 4px; 155 color: #333333; 156 background-color: #eee; 152 157 } 153 158 154 159 td.first { 155 border-top-left-radius: 5px;156 -webkit-border-top-left-radius: 5px;157 -moz-border-radius-topleft: 5px;160 border-top-left-radius: 5px; 161 -webkit-border-top-left-radius: 5px; 162 -moz-border-radius-topleft: 5px; 158 163 } 159 164 160 165 td.last { 161 border-top-right-radius: 5px;162 -webkit-border-top-right-radius: 5px;163 -moz-border-radius-topright: 5px;166 border-top-right-radius: 5px; 167 -webkit-border-top-right-radius: 5px; 168 -moz-border-radius-topright: 5px; 164 169 } 165 170 166 171 td.DevStatusCategory { 167 border-radius: 5px;168 -webkit-border-radius: 5px;169 -moz-border-radius: 5px;170 border-width: 1px;171 border-style: solid;172 border-radius: 5px; 173 -webkit-border-radius: 5px; 174 -moz-border-radius: 5px; 175 border-width: 1px; 176 border-style: solid; 172 177 } 173 178 174 179 td.DevStatusCollapse { 175 border-bottom-right-radius: 5px;176 -webkit-border-bottom-right-radius: 5px;177 -moz-border-radius-bottomright: 5px;180 border-bottom-right-radius: 5px; 181 -webkit-border-bottom-right-radius: 5px; 182 -moz-border-radius-bottomright: 5px; 178 183 } 179 184 180 185 td.DevDetails { 181 font-weight: normal;182 padding: 8px 8px 8px 8px;183 color: #333333;184 background-color: #eee;185 text-align: left;186 font-weight: normal; 187 padding: 8px 8px 8px 8px; 188 color: #333333; 189 background-color: #eee; 190 text-align: left; 186 191 } 187 192 188 193 td.DevComment { 189 font-weight: normal;190 padding: 8px 8px 8px 8px;191 color: #333333;192 border-bottom-right-radius: 5px;193 -webkit-border-bottom-right-radius: 5px;194 -moz-border-radius-bottomright: 5px;195 border-bottom-left-radius: 5px;196 -webkit-border-bottom-left-radius: 5px;197 -moz-border-radius-bottomleft: 5px;198 background-color: #eee;199 text-align: left;194 font-weight: normal; 195 padding: 8px 8px 8px 8px; 196 color: #333333; 197 border-bottom-right-radius: 5px; 198 -webkit-border-bottom-right-radius: 5px; 199 -moz-border-radius-bottomright: 5px; 200 border-bottom-left-radius: 5px; 201 -webkit-border-bottom-left-radius: 5px; 202 -moz-border-radius-bottomleft: 5px; 203 background-color: #eee; 204 text-align: left; 200 205 } 201 206 202 207 td.Alt { 203 background-color: #ddd;208 background-color: #ddd; 204 209 } 205 210 206 211 .legend { 207 border-radius: 5px;208 -webkit-border-radius: 5px;209 -moz-border-radius: 5px;210 width: 100px;211 max-width: 100px;212 text-align: center;213 padding: 2px 2px 2px 2px;214 height: 14px;215 white-space: nowrap;212 border-radius: 5px; 213 -webkit-border-radius: 5px; 214 -moz-border-radius: 5px; 215 width: 100px; 216 max-width: 100px; 217 text-align: center; 218 padding: 2px 2px 2px 2px; 219 height: 14px; 220 white-space: nowrap; 216 221 } 217 222 218 223 .DevStatusBox { 219 text-align: center;220 height: 20px;221 padding: 0 2px;222 line-height: 0;223 white-space: nowrap;224 text-align: center; 225 height: 20px; 226 padding: 0 2px; 227 line-height: 0; 228 white-space: nowrap; 224 229 } 225 230 226 231 .DevStatusBox a { 227 opacity: 0.85;228 border-width: 1px;229 border-style: solid;230 border-radius: 4px;231 -webkit-border-radius: 4px;232 -moz-border-radius: 4px;233 display: block;234 width: 90%;235 height: 20px;236 line-height: 20px;237 margin-left: auto;238 margin-right: auto;232 opacity: 0.85; 233 border-width: 1px; 234 border-style: solid; 235 border-radius: 4px; 236 -webkit-border-radius: 4px; 237 -moz-border-radius: 4px; 238 display: block; 239 width: 90%; 240 height: 20px; 241 line-height: 20px; 242 margin-left: auto; 243 margin-right: auto; 239 244 } 240 245 241 246 .DevSlaveBox { 242 text-align: center;243 height: 10px;244 padding: 0 2px;245 line-height: 0;246 white-space: nowrap;247 text-align: center; 248 height: 10px; 249 padding: 0 2px; 250 line-height: 0; 251 white-space: nowrap; 247 252 } 248 253 249 254 .DevSlaveBox a { 250 opacity: 0.85;251 border-width: 1px;252 border-style: solid;253 border-radius: 4px;254 -webkit-border-radius: 4px;255 -moz-border-radius: 4px;256 display: block;257 width: 90%;258 height: 10px;259 line-height: 20px;260 margin-left: auto;261 margin-right: auto;255 opacity: 0.85; 256 border-width: 1px; 257 border-style: solid; 258 border-radius: 4px; 259 -webkit-border-radius: 4px; 260 -moz-border-radius: 4px; 261 display: block; 262 width: 90%; 263 height: 10px; 264 line-height: 20px; 265 margin-left: auto; 266 margin-right: auto; 262 267 } 263 268 264 269 a.noround { 265 border-radius: 0px;266 -webkit-border-radius: 0px;267 -moz-border-radius: 0px;268 position: relative;269 margin-top: -8px;270 margin-bottom: -8px;271 height: 36px;272 border-top-width: 0;273 border-bottom-width: 0;270 border-radius: 0px; 271 -webkit-border-radius: 0px; 272 -moz-border-radius: 0px; 273 position: relative; 274 margin-top: -8px; 275 margin-bottom: -8px; 276 height: 36px; 277 border-top-width: 0; 278 border-bottom-width: 0; 274 279 } 275 280 276 281 a.begin { 277 border-top-width: 1px;278 position: relative;279 margin-top: 0px;280 margin-bottom: -7px;281 height: 27px;282 border-top-left-radius: 4px;283 -webkit-border-top-left-radius: 4px;284 -moz-border-radius-topleft: 4px;285 border-top-right-radius: 4px;286 -webkit-border-top-right-radius: 4px;287 -moz-border-radius-topright: 4px;282 border-top-width: 1px; 283 position: relative; 284 margin-top: 0px; 285 margin-bottom: -7px; 286 height: 27px; 287 border-top-left-radius: 4px; 288 -webkit-border-top-left-radius: 4px; 289 -moz-border-radius-topleft: 4px; 290 border-top-right-radius: 4px; 291 -webkit-border-top-right-radius: 4px; 292 -moz-border-radius-topright: 4px; 288 293 } 289 294 290 295 a.end { 291 border-bottom-width: 1px;292 position: relative;293 margin-top: -7px;294 margin-bottom: 0px;295 height: 27px;296 border-bottom-left-radius: 4px;297 -webkit-border-bottom-left-radius: 4px;298 -moz-border-radius-bottomleft: 4px;299 border-bottom-right-radius: 4px;300 -webkit-border-bottom-right-radius: 4px;301 -moz-border-radius-bottomright: 4px;296 border-bottom-width: 1px; 297 position: relative; 298 margin-top: -7px; 299 margin-bottom: 0px; 300 height: 27px; 301 border-bottom-left-radius: 4px; 302 -webkit-border-bottom-left-radius: 4px; 303 -moz-border-radius-bottomleft: 4px; 304 border-bottom-right-radius: 4px; 305 -webkit-border-bottom-right-radius: 4px; 306 -moz-border-radius-bottomright: 4px; 302 307 } 303 308 304 309 .center_align { 305 text-align: center;310 text-align: center; 306 311 } 307 312 308 313 .right_align { 309 text-align: right;314 text-align: right; 310 315 } 311 316 312 317 .left_align { 313 text-align: left;318 text-align: left; 314 319 } 315 320 316 321 div.BuildWaterfall { 317 border-radius: 7px;318 -webkit-border-radius: 7px;319 -moz-border-radius: 7px;320 position: absolute;321 left: 0px;322 top: 0px;323 background-color: #FFFFFF;324 padding: 4px 4px 4px 4px;325 float: left;326 display: none;327 border-width: 1px;328 border-style: solid;322 border-radius: 7px; 323 -webkit-border-radius: 7px; 324 -moz-border-radius: 7px; 325 position: absolute; 326 left: 0px; 327 top: 0px; 328 background-color: #FFFFFF; 329 padding: 4px 4px 4px 4px; 330 float: left; 331 display: none; 332 border-width: 1px; 333 border-style: solid; 329 334 } 330 335 331 336 /* LastBuild, BuildStep states */ 332 337 .success { 333 color: #FFFFFF;334 background-color: #8FDF5F;335 border-color: #4F8530;338 color: #FFFFFF; 339 background-color: #8FDF5F; 340 border-color: #4F8530; 336 341 } 337 342 338 343 .failure { 339 color: #FFFFFF;340 background-color: #E98080;341 border-color: #A77272;344 color: #FFFFFF; 345 background-color: #E98080; 346 border-color: #A77272; 342 347 } 343 348 344 349 .warnings { 345 color: #FFFFFF;346 background-color: #FFC343;347 border-color: #C29D46;350 color: #FFFFFF; 351 background-color: #FFC343; 352 border-color: #C29D46; 348 353 } 349 354 350 355 .exception { 351 color: #FFFFFF;352 background-color: #E0B0FF;353 border-color: #ACA0B3;356 color: #FFFFFF; 357 background-color: #E0B0FF; 358 border-color: #ACA0B3; 354 359 } 355 360 356 361 .start,.running,td.building { 357 color: #666666;358 background-color: #FFFC6C;359 border-color: #C5C56D;362 color: #666666; 363 background-color: #FFFC6C; 364 border-color: #C5C56D; 360 365 } 361 366 … … 368 373 369 374 .start { 370 border-bottom-left-radius: 10px;371 -webkit-border-bottom-left-radius: 10px;372 -moz-border-radius-bottomleft: 10px;373 border-bottom-right-radius: 10px;374 -webkit-border-bottom-right-radius: 10px;375 -moz-border-radius-bottomright: 10px;375 border-bottom-left-radius: 10px; 376 -webkit-border-bottom-left-radius: 10px; 377 -moz-border-radius-bottomleft: 10px; 378 border-bottom-right-radius: 10px; 379 -webkit-border-bottom-right-radius: 10px; 380 -moz-border-radius-bottomright: 10px; 376 381 } 377 382 378 383 .notstarted { 379 border-width: 1px;380 border-style: solid;381 border-color: #aaa;384 border-width: 1px; 385 border-style: solid; 386 border-color: #aaa; 382 387 background-color: #fff; 383 388 } 384 389 385 390 .closed { 386 background-color: #ff0000;391 background-color: #ff0000; 387 392 } 388 393 389 394 .closed .large { 390 font-size: 1.5em;391 font-weight: bolder;395 font-size: 1.5em; 396 font-weight: bolder; 392 397 } 393 398 394 399 td.Project a:hover,td.start a:hover { 395 color: #000;400 color: #000; 396 401 } 397 402 398 403 .mini-box { 399 text-align: center;400 height: 20px;401 padding: 0 2px;402 line-height: 0;403 white-space: nowrap;404 text-align: center; 405 height: 20px; 406 padding: 0 2px; 407 line-height: 0; 408 white-space: nowrap; 404 409 } 405 410 406 411 .mini-box a { 407 border-radius: 0;408 -webkit-border-radius: 0;409 -moz-border-radius: 0;410 display: block;411 width: 100%;412 height: 20px;413 line-height: 20px;414 margin-top: -30px;412 border-radius: 0; 413 -webkit-border-radius: 0; 414 -moz-border-radius: 0; 415 display: block; 416 width: 100%; 417 height: 20px; 418 line-height: 20px; 419 margin-top: -30px; 415 420 } 416 421 417 422 .mini-closed { 418 -box-sizing: border-box;419 -webkit-box-sizing: border-box;420 border: 4px solid red;423 -box-sizing: border-box; 424 -webkit-box-sizing: border-box; 425 border: 4px solid red; 421 426 } 422 427 423 428 /* grid styles */ 424 429 table.Grid { 425 border-collapse: collapse;430 border-collapse: collapse; 426 431 } 427 432 428 433 table.Grid tr td { 429 padding: 0.2em;430 margin: 0px;431 text-align: center;434 padding: 0.2em; 435 margin: 0px; 436 text-align: center; 432 437 } 433 438 434 439 table.Grid tr td.title { 435 font-size: 90%;436 border-right: 1px gray solid;437 border-bottom: 1px gray solid;440 font-size: 90%; 441 border-right: 1px gray solid; 442 border-bottom: 1px gray solid; 438 443 } 439 444 440 445 table.Grid tr td.sourcestamp { 441 font-size: 90%;446 font-size: 90%; 442 447 } 443 448 444 449 table.Grid tr td.builder { 445 text-align: right;446 font-size: 90%;450 text-align: right; 451 font-size: 90%; 447 452 } 448 453 449 454 table.Grid tr td.build { 450 border: 1px gray solid;455 border: 1px gray solid; 451 456 } 452 457 453 458 /* column container */ 454 459 div.column { 455 margin: 0 2em 2em 0;456 float: left;460 margin: 0 2em 2em 0; 461 float: left; 457 462 } 458 463 459 464 /* info tables */ 460 465 table.info { 461 border-spacing: 1px;466 border-spacing: 1px; 462 467 } 463 468 464 469 table.info td { 465 padding: 0.1em 1em 0.1em 1em;466 text-align: center;470 padding: 0.1em 1em 0.1em 1em; 471 text-align: center; 467 472 } 468 473 469 474 table.info th { 470 padding: 0.2em 1.5em 0.2em 1.5em;471 text-align: center;475 padding: 0.2em 1.5em 0.2em 1.5em; 476 text-align: center; 472 477 } 473 478 474 479 table.info td.left { 475 text-align: left480 text-align: left 476 481 } 477 482 478 483 .alt { 479 background-color: #d6d6d6;484 background-color: #d6d6d6; 480 485 } 481 486 482 487 li { 483 padding: 0.1em 1em 0.1em 1em;488 padding: 0.1em 1em 0.1em 1em; 484 489 } 485 490 486 491 .result { 487 padding: 0.3em 1em 0.3em 1em;492 padding: 0.3em 1em 0.3em 1em; 488 493 } 489 494 490 495 /* log view */ 491 496 .log * { 492 vlink: #800080;493 font-family: "Courier New", courier, monotype;497 vlink: #800080; 498 font-family: "Courier New", courier, monotype; 494 499 } 495 500 496 501 span.stdout { 497 color: black;502 color: black; 498 503 } 499 504 500 505 span.stderr { 501 color: red;506 color: red; 502 507 } 503 508 504 509 span.header { 505 color: blue;510 color: blue; 506 511 } 507 512 508 513 /* revision & email */ 509 514 .revision .full { 510 display: none;515 display: none; 511 516 } 512 517 513 518 .user .email { 514 display: none;519 display: none; 515 520 } 516 521 517 522 /* change comments (use regular colors here) */ 518 523 pre.comments>a:link,pre.comments>a:visited { 519 color: blue;524 color: blue; 520 525 } 521 526 522 527 pre.comments>a:active { 523 color: purple;524 } 528 color: purple; 529 } -
trunk/Tools/ChangeLog
r120350 r120351 1 2012-06-14 Csaba Osztrogonác <ossy@webkit.org> 2 3 Unhide login form on the build.webkit.org 4 https://bugs.webkit.org/show_bug.cgi?id=88981 5 6 Reviewed by Lucas Forschler. 7 8 * BuildSlaveSupport/build.webkit.org-config/public_html/default.css: 9 1 10 2012-06-14 Zan Dobersek <zandobersek@gmail.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.