Making WordPress.org


Ignore:
Timestamp:
11/18/2014 08:02:05 AM (10 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: add search form to internal pages

fixes #493.
props nlarnold1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r958 r990  
    613613    .reference-landing .section.search-section {
    614614        padding-top: 0;
     615    }
     616
     617    &.single, &.archive {
     618        div#inner-search {
     619            background-color: #2e6183;
     620            margin-top: -1em;
     621            margin-bottom: 1em;
     622            padding-top: 2px;
     623            .section.search-section {
     624                color: #ffffff;
     625            }
     626            div#inner-search-icon-container {
     627                margin: 0 auto;
     628                max-width: 60em;
     629                div#inner-search-icon {
     630                    background-color: #2e6183;
     631                    color: #ffffff;
     632                    text-align: center;
     633                    margin-right: 10%;
     634                    float: right;
     635                    left: 75%;
     636                    padding: 5px;
     637                    -webkit-border-bottom-right-radius: 5px;
     638                    -webkit-border-bottom-left-radius: 5px;
     639                    -moz-border-radius-bottomright: 5px;
     640                    -moz-border-radius-bottomleft: 5px;
     641                    border-bottom-right-radius: 5px;
     642                    border-bottom-left-radius: 5px;
     643                    .dashicons-search {
     644                        height: auto;
     645                        width: auto;
     646                        &:before {
     647                            font-size: 36px;
     648                            line-height: 36px;
     649                        }
     650                    }
     651                }
     652            }
     653        }
    615654    }
    616655
Note: See TracChangeset for help on using the changeset viewer.