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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css

Issue 338883004: Show third party wallpaper app name in wallpaper picker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/css/wallpaper_manager.css
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css b/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
index 1c18ab21462b09506d5d56952b7ddeff53fdad72..e7be6f48fdc353d3b3ca9e667d84d9e8f919954e 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
@@ -161,6 +161,16 @@ body {
width: 16px;
}
+#wallpaper-set-by-message {
+ -webkit-padding-end: 5px;
+ -webkit-padding-start: 15px;
+ height: 17px;
+}
+
+#wallpaper-set-by-message[hidden] + .image-picker {
flackr 2014/06/17 15:20:34 Instead of hardcoding these sizes, can you use a b
bshe 2014/06/17 19:01:43 Done. I remember having some scrolling issues when
+ height: 287px;
+}
+
.image-picker {
-webkit-padding-end: 5px;
-webkit-padding-start: 15px;
@@ -170,7 +180,7 @@ body {
* TODO(bshe): Find the root cause of the margin.
*/
font-size: 0;
- height: 287px;
+ height: 270px;
outline: none;
overflow-y: auto;
padding-bottom: 15px;

Powered by Google App Engine
This is Rietveld 408576698