From 19344677078fc9c4e45848c3f3bf8d40886a486f Mon Sep 17 00:00:00 2001 From: lancewillett Date: Mon, 6 Aug 2012 00:30:52 +0000 Subject: [PATCH] Twenty Twelve: fix searchform styling issues and simplify selectors even more. Fixes #21478, props hd-J and jkudish. git-svn-id: http://core.svn.wordpress.org/trunk@21451 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index f7165f80a..2b342c53e 100644 --- a/style.css +++ b/style.css @@ -261,7 +261,8 @@ li.bypostauthor cite span { /* Form fields */ input[type="text"], -input[type="password"] { +input[type="password"], +textarea { padding: 6px; padding: 0.428571429rem; font-family: inherit; @@ -1212,15 +1213,12 @@ a.comment-reply-link:hover { line-height: 1.714285714; } #respond form input[type="text"], -textarea { - font-family: inherit; +#respond form textarea { font-size: 12px; font-size: 0.857142857rem; line-height: 1.714285714; padding: 10px; padding: 0.714285714rem; - border: 1px solid #d5d2ca; - border-radius: 3px; width: 96%; } #respond form p.form-allowed-tags {