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

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

Issue 14972004: Fix overlapping labels in Files.app's gallery new UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
diff --git a/chrome/browser/resources/file_manager/css/gallery.css b/chrome/browser/resources/file_manager/css/gallery.css
index 71ac70614b4c89b9225dd258eb0a36c75a1ee362..e7f15b9627b443bc2e3bbe1c82a975aab8885bff 100644
--- a/chrome/browser/resources/file_manager/css/gallery.css
+++ b/chrome/browser/resources/file_manager/css/gallery.css
@@ -599,16 +599,16 @@ body .gallery > .toolbar button {
}
/* 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