aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/static/view.css
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rebaseline_server/static/view.css')
-rw-r--r--gm/rebaseline_server/static/view.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/gm/rebaseline_server/static/view.css b/gm/rebaseline_server/static/view.css
index e4eeb0f5a3..f848220325 100644
--- a/gm/rebaseline_server/static/view.css
+++ b/gm/rebaseline_server/static/view.css
@@ -1,6 +1,32 @@
+/* Special alert areas at the top of the page. */
+.todo-div {
+ background-color: #bbffbb;
+}
+.warning-div {
+ background-color: #ffbb00;
+}
+
+/* Tab which has been selected. */
.tab-true {
background-color: #ccccff;
+ display: inline-block;
+ font-size: 20px;
}
+/* All other tabs. */
.tab-false {
background-color: #8888ff;
+ display: inline-block;
+ font-size: 20px;
+}
+/* Spacers between tabs. */
+.tab-spacer {
+ display: inline-block;
+}
+/* The main working area (connected to the selected tab). */
+.tab-main {
+ background-color: #ccccff;
+}
+
+.update-results-button {
+ font-size: 30px;
}