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

Unified Diff: ui/file_manager/gallery/css/gallery.css

Issue 866893004: Gallery: Remove position: absolute; line for redo button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index d49bee34902420f2e2cd4ca0a75e9c4a22752f7c..02507a37f5112d78febb0ba0c3608cd64ce42fb9 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -692,7 +692,6 @@ input[type='checkbox']:checked {
background-image: -webkit-image-set(
url(../images/100/icon_redo.png) 1x,
url(../images/200/icon_redo.png) 2x);
- position: absolute; /* Exclude from center-packing*/
}
.gallery > .toolbar button.redo:active,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698