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; |