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
This commit is contained in:
lancewillett 2012-08-06 00:30:52 +00:00
parent bc48a9ef0b
commit 1934467707
1 changed files with 3 additions and 5 deletions

View File

@ -261,7 +261,8 @@ li.bypostauthor cite span {
/* Form fields */ /* Form fields */
input[type="text"], input[type="text"],
input[type="password"] { input[type="password"],
textarea {
padding: 6px; padding: 6px;
padding: 0.428571429rem; padding: 0.428571429rem;
font-family: inherit; font-family: inherit;
@ -1212,15 +1213,12 @@ a.comment-reply-link:hover {
line-height: 1.714285714; line-height: 1.714285714;
} }
#respond form input[type="text"], #respond form input[type="text"],
textarea { #respond form textarea {
font-family: inherit;
font-size: 12px; font-size: 12px;
font-size: 0.857142857rem; font-size: 0.857142857rem;
line-height: 1.714285714; line-height: 1.714285714;
padding: 10px; padding: 10px;
padding: 0.714285714rem; padding: 0.714285714rem;
border: 1px solid #d5d2ca;
border-radius: 3px;
width: 96%; width: 96%;
} }
#respond form p.form-allowed-tags { #respond form p.form-allowed-tags {