Drop 4.next
[buildfarm-server.git] / htdocs / inc / pgbf.css
index 0873d6d51a552e8378e9843d36a953894b6f61e7..b484f056c11e13333f3900d27ce1e3bda072a127 100644 (file)
@@ -19,27 +19,31 @@ a:hover img { border: none; }
 
 #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;
@@ -48,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;
@@ -105,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; }
@@ -125,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; }