Making WordPress.org


Ignore:
Timestamp:
07/09/2014 06:54:57 PM (10 years ago)
Author:
coffee2code
Message:

Code Reference: add post_type search filter checkboxes to search form (all checked by default). Fixes #552

File:
1 edited

Legend:

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

    r743 r744  
    610610        div {
    611611            overflow: auto;
     612        }
     613        .search-post-type {
     614            label {
     615                border-right: 1px solid #ccc;
     616                float: none;
     617                width: inherit;
     618                margin-left: 1em;
     619                margin-right: 0;
     620                padding-left: 0;
     621                padding-right: 1.3em;
     622                input {
     623                    padding-left: 0.5em;
     624                }
     625            }
     626            label:last-child {
     627                border-right-width: 0;
     628            }
    612629        }
    613630    }
Note: See TracChangeset for help on using the changeset viewer.