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

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: Convert <span> to <p>. 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..470788dc4d8d19e8bd91f531506cebc72fdf69c4 100644
--- a/chrome/browser/resources/options2/language_options.css
+++ b/chrome/browser/resources/options2/language_options.css
@@ -32,6 +32,7 @@
.language-options-header,
.language-options-footer {
+ line-height: 1.2em;
margin: 10px 0;
}
@@ -81,6 +82,9 @@
#language-options-input-method-list button {
-webkit-margin-start: 20px;
display: block;
+ /* Same margin as .settings-row. */
+ margin-bottom: 0.65em;
+ margin-top: 0.65em;
}
#language-options-list {
@@ -130,6 +134,11 @@
-webkit-column-gap: 20px;
}
+#add-language-overlay-language-list > li > button.link-button {
+ padding-bottom: 8px;
+ padding-top: 8px;
+}
+
#add-language-overlay-page {
width: 800px;
}
« no previous file with comments | « chrome/browser/resources/options2/content_settings.html ('k') | chrome/browser/resources/options2/search_engine_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698