Changeset 60975
- Timestamp:
- 10/19/2025 04:03:00 PM (8 weeks ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
-
forms.css (modified) (2 diffs)
-
themes.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/forms.css
r60891 r60975 728 728 } 729 729 730 .search-box input[name="s"],731 730 .tablenav .search-plugins input[name="s"], 732 731 .tagsdiv .newtag { … … 1654 1653 1655 1654 p.search-box input[name="s"] { 1655 width: 100%; 1656 1656 float: none; 1657 width: 100%;1658 1657 margin-bottom: 10px; 1659 1658 vertical-align: middle; 1659 } 1660 .js.plugins-php .search-box .wp-filter-search { 1661 width: 100%; 1662 margin-bottom: 0; 1660 1663 } 1661 1664 -
trunk/src/wp-admin/css/themes.css
r60885 r60975 962 962 963 963 .themes-php .wp-filter-search { 964 float: none;965 clear: both;966 left: 0;967 right: 0;968 964 width: 100%; 969 max-width: 280px;970 965 } 971 966
Note: See TracChangeset
for help on using the changeset viewer.