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

Side by Side Diff: gm/rebaseline_server/static/view.css

Issue 156773003: rebaseline_server: add "show only"/"show all" buttons to some columns (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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
OLDNEW
1 /* Special alert areas at the top of the page. */ 1 /* Special alert areas at the top of the page. */
2 .todo-div { 2 .todo-div {
3 background-color: #bbffbb; 3 background-color: #bbffbb;
4 } 4 }
5 .warning-div { 5 .warning-div {
6 background-color: #ffbb00; 6 background-color: #ffbb00;
7 } 7 }
8 8
9 /* Tab which has been selected. */ 9 /* Tab which has been selected. */
10 .tab-true { 10 .tab-true {
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 /* The main working area (connected to the selected tab). */ 25 /* The main working area (connected to the selected tab). */
26 .tab-main { 26 .tab-main {
27 background-color: #ccccff; 27 background-color: #ccccff;
28 } 28 }
29 29
30 .update-results-button { 30 .update-results-button {
31 font-size: 30px; 31 font-size: 30px;
32 } 32 }
33 33
34 .show-only-button {
35 font-size: 8px;
36 }
37 .show-all-button {
38 font-size: 8px;
39 }
40
34 .image-link { 41 .image-link {
35 text-decoration: none; 42 text-decoration: none;
36 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698