mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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: https://develop.svn.wordpress.org/trunk@23697 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -388,6 +388,7 @@ input[type="radio"] {
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
padding-right: 2px; /* Don't cut off the webkit search cancel button */
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
@@ -2938,7 +2939,7 @@ footer.entry-meta {
|
||||
.toggled-on .nav-menu,
|
||||
.toggled-on .nav-menu > ul {
|
||||
display: block;
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user