getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Add checkbox styles to forms #308

Closed getdave closed 10 years ago

getdave commented 10 years ago
.gfield_checkbox {
    @include list-reset;

    input {
        float: left;
        margin-top: rsize(6px);
        margin-right: $baseLineHeight/2;
    }

    label {
        @include inline-block; //required for oldie
        overflow: hidden;
        *overflow:visible;
        zoom:1;
        font-weight: normal;
    }
}
getdave commented 10 years ago

Moved to new repo https://github.com/getdave/tanlinell-framework/issues/6