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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: gm/rebaseline_server/static/view.css
diff --git a/gm/rebaseline_server/static/view.css b/gm/rebaseline_server/static/view.css
index f32c2ec6e9ab89976c79f83251cd7a3ad0d939f7..6520611e54379123f9b56197aad66b8624dfb91c 100644
--- a/gm/rebaseline_server/static/view.css
+++ b/gm/rebaseline_server/static/view.css
@@ -31,6 +31,13 @@
font-size: 30px;
}
+.show-only-button {
+ font-size: 8px;
+}
+.show-all-button {
+ font-size: 8px;
+}
+
.image-link {
text-decoration: none;
}

Powered by Google App Engine
This is Rietveld 408576698