Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1037)

Unified Diff: master.tryserver.webkit/public_html/buildbot.css

Issue 5329006: Delete obsolete masters from tools/buildbot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « master.tryserver.webkit/passwords.json ('k') | master.tryserver.webkit/public_html/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master.tryserver.webkit/public_html/buildbot.css
===================================================================
--- master.tryserver.webkit/public_html/buildbot.css (revision 67605)
+++ master.tryserver.webkit/public_html/buildbot.css (working copy)
@@ -1,125 +0,0 @@
-* {
- font-family: Verdana, Cursor;
- font-size: 10px;
- font-weight: bold;
-}
-
-a:link,a:visited,a:active {
- color: #444;
-}
-a:hover {
- color: #FFFFFF;
-}
-
-table {
- border-spacing: 1px 1px;
-}
-
-table td {
- padding: 3px 0px 3px 0px;
- text-align: center;
-}
-
-.Project {
- width: 100px;
-}
-
-.LastBuild, .Activity {
- width: 230px;
- padding: 0 0 0 4px;
-}
-
-td.Time {
- color: #000;
- border-bottom: 1px solid #aaa;
- background-color: #eee;
-}
-
-td.Activity, td.Change, td.Builder {
- color: #333333;
- background-color: #CCCCCC;
-}
-
-td.Change {
- border-radius: 5px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
-}
-td.Event {
- color: #777;
- background-color: #ddd;
- border-radius: 5px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
-}
-
-td.Activity {
- border-top-left-radius: 10px;
- -webkit-border-top-left-radius: 10px;
- -moz-border-radius-topleft: 10px;
- min-height: 20px;
- padding: 8px 0 8px 0;
-}
-
-td.idle, td.waiting, td.offline, td.building {
- border-top-left-radius: 0px;
- -webkit-border-top-left-radius: 0px;
- -moz-border-radius-topleft: 0px;
-}
-
-.LastBuild {
- border-top-left-radius: 5px;
- -webkit-border-top-left-radius: 5px;
- -moz-border-radius-topleft: 5px;
- border-top-right-radius: 5px;
- -webkit-border-top-right-radius: 5px;
- -moz-border-radius-topright: 5px;
-}
-
-/* LastBuild, BuildStep states */
-.success {
- color: #FFFFFF;
- background-color: #8fdf5f;
-}
-
-.failure {
- color: #FFFFFF;
- background-color: #e98080;
-}
-
-.warnings {
- color: #FFFFFF;
- background-color: #ffc343;
-}
-
-.exception, td.offline {
- color: #FFFFFF;
- background-color: #e0b0ff;
-}
-
-.start,.running, td.building {
- color: #666666;
- background-color: #fffc6c;
-}
-
-.running_failure {
- color: #FFFFFF;
- background-color: #fffc6c;
- outline: 2px solid #e98080;
- border-color: #e98080;
- border-radius: 0 !important;
- -webkit-border-radius: 0 !important;
-}
-
-.start {
- border-bottom-left-radius: 10px;
- -webkit-border-bottom-left-radius: 10px;
- -moz-border-radius-bottomleft: 10px;
- border-bottom-right-radius: 10px;
- -webkit-border-bottom-right-radius: 10px;
- -moz-border-radius-bottomright: 10px;
-}
-
-td.Project a:hover, td.start a:hover {
- color: #000;
-}
« no previous file with comments | « master.tryserver.webkit/passwords.json ('k') | master.tryserver.webkit/public_html/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698