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

Unified Diff: appengine_apps/chromium_status/stylesheets/cq.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/cq.css
diff --git a/appengine_apps/chromium_status/stylesheets/cq.css b/appengine_apps/chromium_status/stylesheets/cq.css
deleted file mode 100644
index 491bc6935d71a484e9d388b995f4e98a10da2bd6..0000000000000000000000000000000000000000
--- a/appengine_apps/chromium_status/stylesheets/cq.css
+++ /dev/null
@@ -1,35 +0,0 @@
-table.issue {
- table-layout: fixed;
- width: 100%;
- margin-top: 1em;
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-table.issue, table.issue td, table.issue th {
- border: 1px solid black;
- padding: 5px;
-}
-
-table.issue .timestamp {
- width: 200px;
-}
-
-table.issue .type {
- width: 100px;
-}
-
-table.issue .message {
- width: auto
-}
-
-table.issue .message .output {
- margin: 0px;
- overflow-x: auto;
- width: 100%;
-}
-
-table.links {
- table-layout: fixed;
- width: 100%;
-}

Powered by Google App Engine
This is Rietveld 408576698