Making WordPress.org


Ignore:
Timestamp:
06/22/2016 10:48:47 AM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Show search button on front page.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss

    r3532 r3538  
    166166    .home & {
    167167        padding: ms(4) ms(1);
     168        text-align: center;
    168169
    169170        .site-title {
    170171            display: inherit;
    171172            @include font-size( ms-unitless( ms(12) ) );
     173            margin: 32px 0 16px;
    172174            margin: 2rem 0 1rem;
    173             text-align: center;
    174175        }
    175176
    176177        .search-form {
    177             display: inherit;
     178            margin-bottom: 32px;
    178179            margin-bottom: 2rem;
     180            position: relative;
     181            width: initial;
    179182
    180183            .search-field {
    181184                border: none;
    182185                border-radius: 0;
     186                box-shadow: none;
    183187                display: block;
    184188                font-size: inherit;
    185189                margin: 0 auto;
    186190                max-width: 100%;
     191                padding: 8px;
    187192                padding: 0.5rem;
    188193                width: ms(28);
     
    190195
    191196            .button-search {
    192                 display: none;
     197                background: transparent;
     198                border: none;
     199                box-shadow: none;
     200                color: $color__text-input;
     201                height: 45px;
     202                padding: 8px 16px;
     203                padding: 0.5rem 1rem;
     204                position: absolute;
     205                right: 0;
     206                text-shadow: none;
     207                top: 0;
     208
     209                &:active {
     210                    background: transparent;
     211                    border: none;
     212                    transform: none;
     213                }
    193214            }
    194215        }
Note: See TracChangeset for help on using the changeset viewer.