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

Unified Diff: chrome/browser/resources/shared/css/list.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
« no previous file with comments | « chrome/browser/resources/shared/css/chrome_shared.css ('k') | chrome/browser/resources/shared/css/tree.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/list.css
diff --git a/chrome/browser/resources/shared/css/list.css b/chrome/browser/resources/shared/css/list.css
index 6eafb2d411411775d8c6eeaa525592f44f2ea8ec..15f433cf0e34b36b5348dbe603c41621aafba0a5 100644
--- a/chrome/browser/resources/shared/css/list.css
+++ b/chrome/browser/resources/shared/css/list.css
@@ -91,6 +91,22 @@ grid > .spacer {
visibility: hidden;
}
+list :-webkit-any(
+ input[type='input'],
+ input[type='password'],
+ input[type='search'],
+ input[type='text'],
+ input[type='url']),
+list :-webkit-any(
+ button,
+ input[type='button'],
+ input[type='submit'],
+ select):not(.custom-appearance):not(.link-button) {
+ line-height: normal;
+ margin: 0;
+ vertical-align: middle;
+}
+
list > [hidden],
grid > [hidden] {
display: none;
« no previous file with comments | « chrome/browser/resources/shared/css/chrome_shared.css ('k') | chrome/browser/resources/shared/css/tree.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698