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

Unified Diff: appengine_apps/chromium_status/stylesheets/style.css

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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
Index: appengine_apps/chromium_status/stylesheets/style.css
diff --git a/appengine_apps/chromium_status/stylesheets/style.css b/appengine_apps/chromium_status/stylesheets/style.css
deleted file mode 100644
index 74b6d126ee330790067bc02942cbf4aa2b73b0ce..0000000000000000000000000000000000000000
--- a/appengine_apps/chromium_status/stylesheets/style.css
+++ /dev/null
@@ -1,85 +0,0 @@
-body {
- font-family: Arial, sans-serif;
- padding: 0px;
-}
-
-h1 {
- font-size: 14pt;
- font-style: italic;
- margin: 0px;
- padding: 5px;
-}
-h2 {
- font-weight: bold;
- font-size: 14pt;
- margin: 0px;
- padding: 5px;
-}
-ul {
- margin: 0px;
- padding: 0px;
- list-style: none;
-}
-li {
- padding: 5px;
-}
-table {
- border-spacing: 0px;
-}
-th {
- background-color: #AAA;
- color: white;
- padding: 5px;
- width: 100px;
- font-size: 9pt;
-}
-
-a:link {
- text-decoration: none;
-}
-a:hover {
- text-decoration: underline;
-}
-
-div.error {
- background-color: #fcc;
- width: 80%;
- padding: 7px;
- border: 2px solid red;
- font-weight: bold;
- margin-top: 10px;
- margin-bottom: 20px;
-}
-
-td.username {
- font-size: smaller;
-}
-
-td.date {
- font-size: smaller;
- font-family: monospace;
- white-space: nowrap;
-}
-
-.closed {
- background-color: #E98080;
-}
-
-.maintenance {
- background-color: #FF80FF;
-}
-
-.open {
- background-color: #8FDF5F;
-}
-
-.throttled {
- background-color: #FFFC6C;
-}
-
-.help {
- border: 1px black solid;
- background-color: #FFFFCA;
- position: fixed;
- padding: 0.1em;
-}
« no previous file with comments | « appengine_apps/chromium_status/stylesheets/cq_top_score.css ('k') | appengine_apps/chromium_status/templates/allstatus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698