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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 10919253: Fix img misalign and hide "by" when nothing selected in new wallpaepr picker ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address reviews Created 8 years, 3 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/chromeos/wallpaper_manager/main.html
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
index 69771f99bfe128249f4f132abdd293636b2faa60..f27cd55c51fc66cb60d97d344720a8f4b6b55638 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
@@ -45,7 +45,7 @@ found in the LICENSE file.
<div id="category-container">
<grid id="wallpaper-grid" class="image-picker"></grid>
<div class="bottom-bar">
- <div class="wallpaper-attr">
+ <div id="wallpaper-attribute" hidden>
<div>
<label>
<span i18n-content="authorLabel"></span>

Powered by Google App Engine
This is Rietveld 408576698