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

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

Issue 446933002: make the action buttons for rebaseline server stick to the top of the window as you scroll (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 0e8641246db5f96aa84cb0c4869608791d428959..6c95715efe2653af7f2c89c0941bf02e48bd5c78 100644
--- a/gm/rebaseline_server/static/view.css
+++ b/gm/rebaseline_server/static/view.css
@@ -59,7 +59,7 @@
}
.show-only-button {
- font-size: 8px;
+ font-size: 8px;moveSelected
}
.show-all-button {
font-size: 8px;
@@ -68,3 +68,23 @@
.image-link {
text-decoration: none;
}
+
+.results-header {
+ overflow: hidden;
+ padding: 10px;
+ background-color: #ccccff;
+}
+
+.results-header-actions {
+ float: right;
+}
+
+.sticky {
+ position: fixed;
+ top: 2px;
+ box-shadow: -2px 2px 5px 0 rgba(0,0,0,.45);
+ background: white;
+ right: 2px;
+ padding: 10px;
+ border: 2px solid #222;
+}

Powered by Google App Engine
This is Rietveld 408576698