Make WordPress Core

Changeset 60975


Ignore:
Timestamp:
10/19/2025 04:03:00 PM (8 weeks ago)
Author:
joedolson
Message:

General: Improve search input alignment on mobile.

Remove an end margin misalignment on the search input for posts, comments, themes, and plugins.

Props ronak44, sourav08, dilipbheda, SirLouen, nikunj8866, darshitrajyaguru97, rollybueno, shailu25, sabernhardt, joedolson.
Fixes #63310.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/forms.css

    r60891 r60975  
    728728}
    729729
    730 .search-box input[name="s"],
    731730.tablenav .search-plugins input[name="s"],
    732731.tagsdiv .newtag {
     
    16541653
    16551654    p.search-box input[name="s"] {
     1655        width: 100%;
    16561656        float: none;
    1657         width: 100%;
    16581657        margin-bottom: 10px;
    16591658        vertical-align: middle;
     1659    }
     1660    .js.plugins-php .search-box .wp-filter-search {
     1661        width: 100%;
     1662        margin-bottom: 0;
    16601663    }
    16611664
  • trunk/src/wp-admin/css/themes.css

    r60885 r60975  
    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
Note: See TracChangeset for help on using the changeset viewer.