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

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

Issue 9689048: [webui] fix vertical alignment of buttons and text inputs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/options_page.css
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
index c56bf5a82b93f32a786fecae4331ef346ff51f6c..5cd8ef4914f97825deea91ef7f9350fe96ea160d 100644
--- a/chrome/browser/resources/options2/options_page.css
+++ b/chrome/browser/resources/options2/options_page.css
@@ -47,21 +47,6 @@ div.disabled {
margin-top: 0.45em;
}
-/* TEXT */
-input[type='password'],
-input[type='text'],
-input[type='url'],
-input:not([type]) {
- -webkit-border-radius: 2px;
- border: 1px solid #aaa;
- font-size: inherit;
- padding: 3px;
-}
-
-input[type='text']:disabled {
- color: #888;
-}
-
.hbox {
-webkit-box-orient: horizontal;
display: -webkit-box;

Powered by Google App Engine
This is Rietveld 408576698