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

Unified Diff: chrome/browser/resources/file_manager/css/gallery.css

Issue 15119002: Merge 198708 "Fix overlapping labels in Files.app's gallery new UI." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: Created 7 years, 7 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: chrome/browser/resources/file_manager/css/gallery.css
===================================================================
--- chrome/browser/resources/file_manager/css/gallery.css (revision 199672)
+++ chrome/browser/resources/file_manager/css/gallery.css (working copy)
@@ -599,16 +599,16 @@
}
/* Show labels if there is enough space. */
-@media (min-width: 1000px) {
+@media (min-width: 1050px) {
- .gallery .edit-main button {
+ body .gallery .edit-main button {
background-position: 5px center;
min-width: 0; /* Reset. */
padding: 0 10px 0 35px;
width: auto;
}
- .gallery > .toolbar button span {
+ body .gallery > .toolbar button span {
display: inline;
}
« 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