Twenty Thirteen: fixed layout for search inputs, props kwight. Fixes #23679.

git-svn-id: http://core.svn.wordpress.org/trunk@23620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-05 18:47:29 +00:00
parent da7db424de
commit 377714954f

View File

@ -387,9 +387,6 @@ input[type="radio"] {
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding-right: 2px; /* Don't cut off the webkit search cancel button */
}