failures completion
[buildfarm-server.git] / htdocs / inc / pgbf.css
index 0873d6d51a552e8378e9843d36a953894b6f61e7..5c7ef7d138c5fd0316e86d6e3477c59e8ceb0ef8 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;
@@ -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; }