⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 120351 in webkit


Ignore:
Timestamp:
Jun 14, 2012, 1:02:01 PM (14 years ago)
Author:
Csaba Osztrogonác
Message:

Unhide login form on the build.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=88981

Reviewed by Lucas Forschler.

  • BuildSlaveSupport/build.webkit.org-config/public_html/default.css:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css

    r67784 r120351  
    1 div.header { display: none; }
    21body > hr { display: none; }
    32div.content h1 { display: none; }
    43
    54body.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;
    1217}
    1318
    1419a:link,a:visited,a:active {
    15         color: #444;
     20    color: #444;
    1621}
    1722
    1823table {
    19         border-spacing: 1px 1px;
     24    border-spacing: 1px 1px;
    2025}
    2126
    2227table td {
    23         padding: 3px 2px 3px 2px;
     28    padding: 3px 2px 3px 2px;
    2429}
    2530
    2631.Project {
    27         min-width: 6em;
     32    min-width: 6em;
    2833}
    2934
    3035.LastBuild,.Activity {
    31         padding: 0 0 0 4px;
     36    padding: 0 0 0 4px;
    3237}
    3338
    3439/* Chromium Specific styles */
    3540div.BuildResultInfo {
    36         color: #444;
     41    color: #444;
    3742}
    3843
    3944div.Announcement {
    40         margin-bottom: 1em;
     45    margin-bottom: 1em;
    4146}
    4247
    4348div.Announcement>a:hover {
    44         color: black;
     49    color: black;
    4550}
    4651
    4752div.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;
    5257}
    5358
    5459div.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;
    5964}
    6065
    6166div.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;
    6772}
    6873
    6974td.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;
    7378}
    7479
    7580td.Activity,td.Change,td.Builder {
    76         color: #333333;
    77         background-color: #CCCCCC;
     81    color: #333333;
     82    background-color: #CCCCCC;
    7883}
    7984
    8085td.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;
    8489}
    8590
    8691td.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;
    9297}
    9398
    9499td.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;
    100105}
    101106
    102107td.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;
    106111}
    107112
    108113.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;
    115120}
    116121
    117122/* Console view styles */
    118123td.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%;
    126131}
    127132
    128133td.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;
    132137}
    133138
    134139td.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;
    140145}
    141146
    142147td.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;
    146151}
    147152
    148153td.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;
    152157}
    153158
    154159td.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;
    158163}
    159164
    160165td.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;
    164169}
    165170
    166171td.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;
    172177}
    173178
    174179td.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;
    178183}
    179184
    180185td.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;
    186191}
    187192
    188193td.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;
    200205}
    201206
    202207td.Alt {
    203         background-color: #ddd;
     208    background-color: #ddd;
    204209}
    205210
    206211.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;
    216221}
    217222
    218223.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;
    224229}
    225230
    226231.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;
    239244}
    240245
    241246.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;
    247252}
    248253
    249254.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;
    262267}
    263268
    264269a.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;
    274279}
    275280
    276281a.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;
    288293}
    289294
    290295a.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;
    302307}
    303308
    304309.center_align {
    305         text-align: center;
     310    text-align: center;
    306311}
    307312
    308313.right_align {
    309         text-align: right;
     314    text-align: right;
    310315}
    311316
    312317.left_align {
    313         text-align: left;
     318    text-align: left;
    314319}
    315320
    316321div.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;
    329334}
    330335
    331336/* LastBuild, BuildStep states */
    332337.success {
    333         color: #FFFFFF;
    334         background-color: #8FDF5F;
    335         border-color: #4F8530;
     338    color: #FFFFFF;
     339    background-color: #8FDF5F;
     340    border-color: #4F8530;
    336341}
    337342
    338343.failure {
    339         color: #FFFFFF;
    340         background-color: #E98080;
    341         border-color: #A77272;
     344    color: #FFFFFF;
     345    background-color: #E98080;
     346    border-color: #A77272;
    342347}
    343348
    344349.warnings {
    345         color: #FFFFFF;
    346         background-color: #FFC343;
    347         border-color: #C29D46;
     350    color: #FFFFFF;
     351    background-color: #FFC343;
     352    border-color: #C29D46;
    348353}
    349354
    350355.exception {
    351         color: #FFFFFF;
    352         background-color: #E0B0FF;
    353         border-color: #ACA0B3;
     356    color: #FFFFFF;
     357    background-color: #E0B0FF;
     358    border-color: #ACA0B3;
    354359}
    355360
    356361.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;
    360365}
    361366
     
    368373
    369374.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;
    376381}
    377382
    378383.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;
    382387    background-color: #fff;
    383388}
    384389
    385390.closed {
    386         background-color: #ff0000;
     391    background-color: #ff0000;
    387392}
    388393
    389394.closed .large {
    390         font-size: 1.5em;
    391         font-weight: bolder;
     395    font-size: 1.5em;
     396    font-weight: bolder;
    392397}
    393398
    394399td.Project a:hover,td.start a:hover {
    395         color: #000;
     400    color: #000;
    396401}
    397402
    398403.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;
    404409}
    405410
    406411.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;
    415420}
    416421
    417422.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;
    421426}
    422427
    423428/* grid styles */
    424429table.Grid {
    425         border-collapse: collapse;
     430    border-collapse: collapse;
    426431}
    427432
    428433table.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;
    432437}
    433438
    434439table.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;
    438443}
    439444
    440445table.Grid tr td.sourcestamp {
    441         font-size: 90%;
     446    font-size: 90%;
    442447}
    443448
    444449table.Grid tr td.builder {
    445         text-align: right;
    446         font-size: 90%;
     450    text-align: right;
     451    font-size: 90%;
    447452}
    448453
    449454table.Grid tr td.build {
    450         border: 1px gray solid;
     455    border: 1px gray solid;
    451456}
    452457
    453458/* column container */
    454459div.column {
    455         margin: 0 2em 2em 0;
    456         float: left;
     460    margin: 0 2em 2em 0;
     461    float: left;
    457462}
    458463
    459464/* info tables */
    460465table.info {
    461         border-spacing: 1px;
     466    border-spacing: 1px;
    462467}
    463468
    464469table.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;
    467472}
    468473
    469474table.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;
    472477}
    473478
    474479table.info td.left {
    475         text-align: left
     480    text-align: left
    476481}
    477482
    478483.alt {
    479         background-color: #d6d6d6;
     484    background-color: #d6d6d6;
    480485}
    481486
    482487li {
    483         padding: 0.1em 1em 0.1em 1em;
     488    padding: 0.1em 1em 0.1em 1em;
    484489}
    485490
    486491.result {
    487         padding: 0.3em 1em 0.3em 1em;
     492    padding: 0.3em 1em 0.3em 1em;
    488493}
    489494
    490495/* log view */
    491496.log * {
    492         vlink: #800080;
    493         font-family: "Courier New", courier, monotype;
     497    vlink: #800080;
     498    font-family: "Courier New", courier, monotype;
    494499}
    495500
    496501span.stdout {
    497         color: black;
     502    color: black;
    498503}
    499504
    500505span.stderr {
    501         color: red;
     506    color: red;
    502507}
    503508
    504509span.header {
    505         color: blue;
     510    color: blue;
    506511}
    507512
    508513/* revision & email */
    509514.revision .full {
    510         display: none;
     515    display: none;
    511516}
    512517
    513518.user .email {
    514         display: none;
     519    display: none;
    515520}
    516521
    517522/* change comments (use regular colors here) */
    518523pre.comments>a:link,pre.comments>a:visited {
    519         color: blue;
     524    color: blue;
    520525}
    521526
    522527pre.comments>a:active {
    523         color: purple;
    524 }
     528    color: purple;
     529}
  • trunk/Tools/ChangeLog

    r120350 r120351  
     12012-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
    1102012-06-14  Zan Dobersek  <zandobersek@gmail.com>
    211
Note: See TracChangeset for help on using the changeset viewer.