Twenty Thirteen: a bit wider search input in main content area. Props obenland, fixes #23765.
Also clean out one case of unneeded "px" value unit. git-svn-id: http://core.svn.wordpress.org/trunk@23697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
29753503f5
commit
e1acdbf40f
|
@ -388,6 +388,7 @@ input[type="radio"] {
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
padding-right: 2px; /* Don't cut off the webkit search cancel button */
|
padding-right: 2px; /* Don't cut off the webkit search cancel button */
|
||||||
|
width: 270px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="search"]::-webkit-search-decoration {
|
input[type="search"]::-webkit-search-decoration {
|
||||||
|
@ -2938,7 +2939,7 @@ footer.entry-meta {
|
||||||
.toggled-on .nav-menu,
|
.toggled-on .nav-menu,
|
||||||
.toggled-on .nav-menu > ul {
|
.toggled-on .nav-menu > ul {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 0px;
|
margin-left: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue