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

Unified Diff: Tools/GardeningServer/styles/results.css

Issue 356273002: Remove StatusArea code from GOM it's dead. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months 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/GardeningServer/scripts/ui_unittests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/styles/results.css
diff --git a/Tools/GardeningServer/styles/results.css b/Tools/GardeningServer/styles/results.css
index 332adcae529ed32fbe5dfa8d59ea3f713600d1c8..fd93ec02e6b0c9aaf0e2744fb86024946b0d9b55 100644
--- a/Tools/GardeningServer/styles/results.css
+++ b/Tools/GardeningServer/styles/results.css
@@ -133,74 +133,6 @@ html, body, #onebar, .results-view, .test-selector {
position: relative;
}
-/*** status console ***/
-body.status-resizing {
- cursor: ns-resize;
- -webkit-user-select: none;
-}
-
-.status {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 100px;
- background-color: white;
- border-top: 1px solid gray;
- -webkit-box-shadow: 0px -2px 10px gray;
- overflow: visible;
-}
-
-.status > .dragger {
- position: absolute;
- top: -6px;
- height: 6px;
- left: 0;
- right: 0;
- background: transparent;
- cursor: ns-resize;
-}
-
-.status > .contents {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- overflow: auto;
- white-space: nowrap;
- padding: 4px;
-}
-
-.status .actions, .status .process-text {
- position: fixed;
- bottom: 0;
- right: 20px;
- margin: 4px;
-}
-
-.processing .actions {
- display: none;
-}
-
-.processing .process-text {
- display: block;
-}
-
-.process-text {
- display: none;
-}
-
-.status-content {
- border-bottom: 1px dashed;
- margin-bottom: 1em;
-}
-
-.status-content:last-child {
- border-bottom: 0;
- margin-bottom: 0;
-}
-
.flakiness-iframe, .flakiness-iframe-placeholder {
border: none;
height: 0;
« no previous file with comments | « Tools/GardeningServer/scripts/ui_unittests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698