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

Unified Diff: gm/rebaseline_server/static/view.css

Issue 31583007: rebaseline_server: cleanup of HTML/Javascript (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: why Created 7 years, 2 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 | « gm/rebaseline_server/static/loader.js ('k') | gm/rebaseline_server/static/view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/view.css
===================================================================
--- gm/rebaseline_server/static/view.css (revision 11924)
+++ gm/rebaseline_server/static/view.css (working copy)
@@ -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;
+}
« no previous file with comments | « gm/rebaseline_server/static/loader.js ('k') | gm/rebaseline_server/static/view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698