X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/0640671b1d4a0101ca1ca24cd368566586c70be8..HEAD:/htdocs/inc/pgbf.css diff --git a/htdocs/inc/pgbf.css b/htdocs/inc/pgbf.css index 62f8b86..b484f05 100644 --- a/htdocs/inc/pgbf.css +++ b/htdocs/inc/pgbf.css @@ -14,33 +14,36 @@ a:hover img { border: none; } #wrapper { margin:0 auto; margin-left: 5px; - width: 1020px; } #banner img { margin:6px 0; } -#nav { +li#thismenu a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; } +li#thismenu { background: url(/inc/b/l.png) no-repeat 0% -20px; } + + +.nav { float:left; width:780px; background:#fff; margin:0 10px 10px; } -#nav ul { +.nav ul { margin:0; padding:0; list-style:none; } -#nav li { +.nav li { float:left; margin:0 .5em 0 0; padding:0 0 0 4px; background: url(/inc/b/l.png) no-repeat left top; } -#nav li a { +.nav li a { display:block; background:url(/inc/b/r.png) no-repeat right top; padding:0 11px 0 7px; @@ -49,20 +52,20 @@ a:hover img { border: none; } line-height:20px; } -#nav li a:hover { +.nav li a:hover { background: url(/inc/b/r.png) no-repeat 100% -20px; color:rgb(17,45,137); border: 0; } -#nav li:hover { background: url(/inc/b/l.png) no-repeat 0% -20px; } +.nav li:hover { background: url(/inc/b/l.png) no-repeat 0% -20px; } -#main { +.main { clear:both; margin:0 5px; } -#main a { +.main a { text-decoration: none; color: rgb(17,45,137); font-weight: bold; @@ -106,10 +109,10 @@ th.head { .status, .detail { border-bottom: 1px #fff solid; } tr.last td { border-bottom: 1px #aaa solid; } -.pass td.status, .pass td.detail { background: #6f6; } -.warn td.status, .warn td.detail { background: #fc3; } -.warnx td.status, .warn td.detail { background: #f99; } -.fail td.status, .fail td.detail { background: #f66; } +.pass td.status, .pass td.detail, td.pass { background: #6f6; } +.warn td.status, .warn td.detail, td.warn { background: #fc3; } +.warnx td.status, .warn td.detail, td.warnx { background: #f99; } +.fail td.status, .fail td.detail, td.fail { background: #f66; } body.history th { text-align: right; } body.application table { margin: 0 auto; } body.application th { text-align: right; } @@ -126,5 +129,6 @@ td.branch ul, td.branch li { .compiler { color: navy; } .arch { color: purple; } -td.flags { white-space: normal; font-size: x-small; } +td.flags { white-space: nowrap; font-size: x-small; } +td.failflags {white-space: nowrap; font-size: x-small; }