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

Unified Diff: chrome/browser/resources/options2/chromeos/set_wallpaper_options.html

Issue 10850036: [cros] Add attribution (author & website) strings to stock user images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 4 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/options2/chromeos/set_wallpaper_options.html
diff --git a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
index 99e8b0039de43e585199b0648f843fbd1b6a622c..e47da5b16cecc6c7a87af9936f8f01ee876ec48b 100644
--- a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
+++ b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
@@ -8,10 +8,11 @@
<grid id="wallpaper-grid" class="image-picker"></grid>
</div>
<div class="bottom-bar">
- <div class="image-attr">
- <span id="attribution-label" i18n-content="setWallpaperAuthor"></span>
- <strong id="author-name"></strong>
- <span id="author-website"></span>
+ <div class="wallpaper-image-attr">
+ <span id="wallpaper-attribution-label" i18n-content="setWallpaperAuthor">
+ </span>
+ <strong id="wallpaper-author-name"></strong>
+ <span id="wallpaper-author-website"></span>
</div>
<div id="wallpaper-action-area" class="action-area">
<div class="checkbox" guest-visibility="disabled">

Powered by Google App Engine
This is Rietveld 408576698