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

Unified Diff: tools/sheriffing/style.css

Issue 1478563002: Delete the sheriffing dashboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « tools/sheriffing/statuspageinfo.js ('k') | tools/sheriffing/waterfallinfo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sheriffing/style.css
diff --git a/tools/sheriffing/style.css b/tools/sheriffing/style.css
deleted file mode 100644
index f2ba6577adb75b306b9c5659123711b69e30b47a..0000000000000000000000000000000000000000
--- a/tools/sheriffing/style.css
+++ /dev/null
@@ -1,178 +0,0 @@
-/* Copyright 2014 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-body {
- margin: 0px;
- font-family: 'Roboto', sans-serif;
- font-size: small;
-}
-
-td {
- background-color: white;
-}
-
-a {
- text-decoration: none;
- color: black;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-input#text-filter {
- width: 100%;
-}
-
-/* Waterfall styles */
-#build-info {
- background-color: white;
- margin-left: 250px;
- border-spacing: 0px;
-}
-
-#build-info td {
- padding: 0.2em 0.5em 0.2em 0.5em;
-}
-
-#failure-info {
- background-color: white;
- margin-left: 250px;
- border-spacing: 0px;
-}
-
-#failure-info td {
- padding: 0.2em 0.5em 0.2em 0.5em;
-}
-
-.failure-range {
- white-space: nowrap;
-}
-
-.section-header {
- font-weight: bold;
- background: #eeeeee;
- border-top: 1px dotted #999999;
- text-align: left;
- padding: 0.2em 0.5em;
-}
-
-.pending-count {
- width: 2.5em;
- min-width: 2.5em;
- max-width: 3.5em;
- display: inline-block;
- text-align: right;
- color: #cccccc;
- background: transparent;
-}
-
-.build-identifier {
- width: 3.5em;
- min-width: 3.5em;
- max-width: 3.5em;
- display: inline-block;
- text-align: right;
- color: blue;
-}
-
-.build-letter {
- color: blue;
-}
-
-.build-status {
- padding-left: 0.5em;
- color: black;
-}
-
-.in-flight {
- background-color: #99ffff;
-}
-
-.category {
- text-align: right;
- color: #e0e0e0;
-}
-
-/* Sidebar styling. */
-#sidebar {
- background-color: #dddddd;
- position: fixed;
- top: 0px;
- left: 0px;
- height: 100%;
- min-width: 250px;
- max-width: 250px;
- width: 250px;
- border-right: 1px solid #666666;
- padding: 0px;
- overflow: auto;
-}
-
-.box {
- background: white;
- margin: 0.4em;
- padding: 1em;
- box-shadow: 0px 2px 2px #888888;
- border-radius: 0.25em;
-}
-
-.box li {
- list-style-type: none;
-}
-
-.box a {
- color: black;
- font-weight: bold;
-}
-
-#debugging {
- color: #cccccc;
-}
-
-/* Build statuses. */
-.success {
- background: #ccff99;
-}
-
-.failed {
- background: #ff9999;
-}
-
-.exception {
- background: #ff66ff;
-}
-
-.offline {
- background: #999999;
-}
-
-.running {
- background: #ffff99;
-}
-
-.unknown {
- background: #cccccc;
-}
-
-.warnings {
- background: #ffc343;
-}
-
-/* Tree statuses. */
-.open {
- background: #ccff99;
-}
-
-.closed {
- background: #ff9999;
-}
-
-.throttled {
- background: #ffff99;
-}
-
-.maintenance {
- background: #ff66ff;
-}
« no previous file with comments | « tools/sheriffing/statuspageinfo.js ('k') | tools/sheriffing/waterfallinfo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698