File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -727,7 +727,6 @@ p.search-box {
727727 clear : left;
728728}
729729
730- .search-box input [name = "s" ],
731730.tablenav .search-plugins input [name = "s" ],
732731.tagsdiv .newtag {
733732 float : left;
@@ -1653,11 +1652,15 @@ table.form-table td .updated p {
16531652 }
16541653
16551654 p .search-box input [name = "s" ] {
1656- float : none;
16571655 width : 100% ;
1656+ float : none;
16581657 margin-bottom : 10px ;
16591658 vertical-align : middle;
16601659 }
1660+ .js .plugins-php .search-box .wp-filter-search {
1661+ width : 100% ;
1662+ margin-bottom : 0 ;
1663+ }
16611664
16621665 p .search-box input [type = "submit" ] {
16631666 margin-bottom : 10px ;
Original file line number Diff line number Diff line change @@ -961,12 +961,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
961961 }
962962
963963 .themes-php .wp-filter-search {
964- float : none;
965- clear : both;
966- left : 0 ;
967- right : 0 ;
968964 width : 100% ;
969- max-width : 280px ;
970965 }
971966
972967 .theme-install-php .wp-filter p .search-box {
You can’t perform that action at this time.
0 commit comments