Making WordPress.org

Changeset 3259


Ignore:
Timestamp:
05/25/2016 10:59:21 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Let search input be full width on small screens.

See #1719.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css

    r3258 r3259  
    13901390.site-header .search-form {
    13911391  display: inline-block;
     1392  width: 100%;
    13921393}
    13931394
     
    13991400  padding: 5px 10px;
    14001401  position: relative;
    1401   width: 10rem;
     1402  width: 100%;
    14021403}
    14031404
     
    14291430    font-size: 10.24px;
    14301431    font-size: 0.64rem;
     1432    width: 10rem;
    14311433  }
    14321434  .site-header .search-form .search-field + .button-search {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss

    r3257 r3259  
    102102    .search-form {
    103103        display: inline-block;
     104        width: 100%;
    104105
    105106        .search-field {
     
    109110            padding: 5px 10px;
    110111            position: relative;
    111             width: 10rem;
     112            width: 100%;
    112113        }
    113114
     
    137138                border-radius: 2px 0 0 2px;
    138139                @include font-size( ms-unitless( ms(-4) ) );
     140                width: 10rem;
    139141            }
    140142
Note: See TracChangeset for help on using the changeset viewer.