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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gm/rebaseline_server/static/loader.js ('k') | gm/rebaseline_server/static/view.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Special alert areas at the top of the page. */
2 .todo-div {
3 background-color: #bbffbb;
4 }
5 .warning-div {
6 background-color: #ffbb00;
7 }
8
9 /* Tab which has been selected. */
1 .tab-true { 10 .tab-true {
2 background-color: #ccccff; 11 background-color: #ccccff;
12 display: inline-block;
13 font-size: 20px;
3 } 14 }
15 /* All other tabs. */
4 .tab-false { 16 .tab-false {
5 background-color: #8888ff; 17 background-color: #8888ff;
18 display: inline-block;
19 font-size: 20px;
6 } 20 }
21 /* Spacers between tabs. */
22 .tab-spacer {
23 display: inline-block;
24 }
25 /* The main working area (connected to the selected tab). */
26 .tab-main {
27 background-color: #ccccff;
28 }
29
30 .update-results-button {
31 font-size: 30px;
32 }
OLDNEW
« 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