Author: David Schneider <david.schnei...@picle.org>
Branch: buildbot-0.8.7
Changeset: r804:2d04f6444708
Date: 2013-04-26 21:03 +0200
http://bitbucket.org/pypy/buildbot/changeset/2d04f6444708/

Log:    update default.css

diff --git a/master/public_html/default.css b/master/public_html/default.css
--- a/master/public_html/default.css
+++ b/master/public_html/default.css
@@ -10,6 +10,22 @@
        color: #333;
 }
 
+.auth {
+position:absolute;
+top:5px;
+right:40px;
+}
+
+.alert {
+  color: #c30000;
+  background-color: #f2dcdc;
+  padding: 5px 5px 5px 25px;
+  margin-bottom: 20px;
+  border-top:1px solid #ccc;
+  border-bottom:1px solid #ccc;
+  border-color: #c30000;
+  font-size: 20px;
+}
 a:link,a:visited,a:active {
        color: #444;
 }
@@ -197,14 +213,17 @@
        font-weight: normal;
        padding: 8px 8px 8px 8px;
        color: #333333;
+       background-color: #eee;
+       text-align: left;
+}
+
+td.DevBottom {
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
-       background-color: #eee;
-       text-align: left;
 }
 
 td.Alt {
@@ -212,9 +231,9 @@
 }
 
 .legend {
-       border-radius: 5px;
-       -webkit-border-radius: 5px;
-       -moz-border-radius: 5px;
+       border-radius: 5px !important;
+       -webkit-border-radius: 5px !important;
+       -moz-border-radius: 5px !important;
        width: 100px;
        max-width: 100px;
        text-align: center;
@@ -542,3 +561,27 @@
 pre.comments>a:active {
        color: purple;
 }
+
+form.command_forcebuild {
+    border-top: 1px solid black;
+    padding: .5em;
+    margin: .5em;
+}
+
+form.command_forcebuild > .row {
+    border-top: 1px dotted gray;
+    padding: .5em 0;
+}
+
+form.command_forcebuild .force-textarea > .label {
+    display: block;
+}
+
+form.command_forcebuild .force-nested > .label {
+    font-weight: bold;
+    display: list-item;
+}
+
+form.command_forcebuild .force-any .force-text {
+    display: inline;
+}
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to