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

Unified Diff: chrome/browser/resources/options2/language_options.css

Issue 10837190: Standardize size of WebUI controls for touch and non-touch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix position of favicon. Tighten up margins and padding. 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/language_options.css
diff --git a/chrome/browser/resources/options2/language_options.css b/chrome/browser/resources/options2/language_options.css
index bab10be6fe711e63f5c4167847d1c96d0bb4af39..66b720a8db656bb33dc076bd20fd9378d939a618 100644
--- a/chrome/browser/resources/options2/language_options.css
+++ b/chrome/browser/resources/options2/language_options.css
@@ -130,6 +130,11 @@
-webkit-column-gap: 20px;
}
+#add-language-overlay-language-list > li > button.link-button {
+ padding-bottom: 8px;
+ padding-top: 8px;
kevers 2012/08/10 16:10:08 Moved from chrome-shared.
Evan Stade 2012/08/10 21:21:08 thx
+}
+
#add-language-overlay-page {
width: 800px;
}

Powered by Google App Engine
This is Rietveld 408576698