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

Unified Diff: chrome/browser/resources/options2/chromeos/change_picture_options.css

Issue 10850036: [cros] Add attribution (author & website) strings to stock user images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile fix 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/change_picture_options.css
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.css b/chrome/browser/resources/options2/chromeos/change_picture_options.css
index 606c3dc0a3cf994c91e9b89c89aa8c1070533804..69acd7d1d647e886c38645cfcc8852cf280d36d2 100644
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.css
+++ b/chrome/browser/resources/options2/chromeos/change_picture_options.css
@@ -180,3 +180,12 @@ html[dir=rtl] #flip-photo {
no-repeat center -1px;
display: block;
}
+
+#user-image-attribution {
+ -webkit-padding-start: 34px;
+ line-height: 26px;
+}
+
+#user-image-author-website {
+ -webkit-padding-start: 5px;
+}

Powered by Google App Engine
This is Rietveld 408576698