Index: chrome/browser/resources/shared/css/chrome_shared2_touch.css |
diff --git a/chrome/browser/resources/shared/css/chrome_shared2_touch.css b/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
index 5712c04c405c83ae0a7545dde0b8b1b1da95f6e8..cd9207fa7da1451574f36ad74f0bc4ea6aea0684 100644 |
--- a/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
+++ b/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
@@ -8,9 +8,12 @@ |
<include src="chrome_shared2.css"> |
-/* TODO(kevers): Add [type='input'] and [type='password']. */ |
-input[type='search'] { |
- padding-bottom: 6px; |
+input[type='input'], |
+input[type='password'], |
+input[type='search'], |
+input[type='text'], |
+input[type='url'] { |
+ padding-bottom: 7px; |
padding-top: 6px; |
} |
@@ -38,8 +41,28 @@ input[type=submit]:not(.custom-appearance), |
select { |
margin-bottom: 6px; |
margin-top: 6px; |
+ padding-bottom: 7px; |
+ padding-top: 6px; |
} |
html[touch-optimized] .tree-item > .tree-row { |
padding: 4px 3px; |
} |
+ |
+list input[type='input'], |
+list input[type='password'], |
+list input[type='search'], |
+list input[type='text'], |
+list input[type='url'] { |
+ margin: 0; |
+ padding: 3px 3px 2px 3px; |
+} |
+ |
+list button:not(.custom-appearance):not(.link-button), |
+list input[type=button]:not(.custom-appearance), |
+list input[type=submit]:not(.custom-appearance), |
+list select { |
+ margin: 0; |
+ padding-bottom: 0; |
+ padding-top: 3px; |
+} |