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

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

Issue 10804010: HiDPI assets for Chrome OS Files app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed ID ranges to accommodate new resources Created 8 years, 5 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: 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 89b0d84921fcf0fc2d37d2e3106f2e2237ad87da..6e412c338109c44d03c9a5d879420ce2787555a2 100644
--- a/chrome/browser/resources/file_manager/css/gallery.css
+++ b/chrome/browser/resources/file_manager/css/gallery.css
@@ -433,6 +433,7 @@ body {
}
.gallery .image-wrapper {
+ background-size: 45px 45px;
border: 1px solid rgba(0, 0, 0, 0); /* transparent black */
height: 45px;
overflow: hidden;
@@ -916,7 +917,7 @@ body {
/* Load spinner and error banner */
.gallery .spinner {
- background-image: url(../images/gallery/spinner_white.svg);
+ background-image: url(../images/common/spinner_white.svg);
background-size: 100%;
height: 32px;
left: 50%;

Powered by Google App Engine
This is Rietveld 408576698