Skip to:
Content

bbPress.org

Ticket #2283: 2283.diff

File 2283.diff, 1.1 KB (added by jaredatch, 10 years ago)
  • templates/default/css/bbpress.css

     
    5555}
    5656
    5757#bbpress-forums ul {
     58        background:  none;
    5859        list-style: none;
    5960        margin: 0;
    6061        padding: 0;
    6162}
    6263
    6364#bbpress-forums li {
     65        background: none;;
    6466        margin: 0;
    6567        list-style: none;
     68        padding: 0;
    6669}
    6770
    6871#bbpress-forums ul.bbp-lead-topic,
     
    155158#bbpress-forums div.bbp-forum-title h3,
    156159#bbpress-forums div.bbp-topic-title h3,
    157160#bbpress-forums div.bbp-reply-title h3 {
     161        background: none;
     162        border: none;
     163        font-size: 16px;
    158164        line-height: 1em;
    159165        margin: 8px 0;
     166        padding: 0;
     167        text-transform: none;
    160168}
    161169
    162170#bbpress-forums div.bbp-forum-author,
     
    377385        clear: left;
    378386}
    379387
     388        #bbpress-forums #bbp-search-form .hidden {
     389                height: 0;
     390                width: 0;
     391                overflow: hidden;
     392                position: absolute;
     393                background: none;
     394                left: -999em;
     395        }
     396       
     397        #bbpress-forums #bbp-search-form #bbp_search {
     398                display: inline-block;
     399                width: auto;
     400        }
     401
    380402#bbpress-forums div.bbp-search-form {
    381403        float: right;
    382404}