Skip to:
Content

bbPress.org

Changeset 5032


Ignore:
Timestamp:
07/15/2013 09:16:04 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Clearing CSS hack. Fixes content display issues related to hierarchical replies. Props mordauk. Fixes #2345.

Location:
trunk/templates/default/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/css/bbpress-rtl.css

    r5031 r5032  
    274274    padding: 12px 0 12px 12px;
    275275    text-align: right;
     276}
     277
     278/* Clearing hack */
     279#bbpress-forums div.bbp-forum-content:after,
     280#bbpress-forums div.bbp-topic-content:after,
     281#bbpress-forums div.bbp-reply-content:after {
     282    clear: both;
     283    content: ".";
     284    display: block;
     285    float: none;
     286    height: 0;
     287    font-size: 0;
     288    visibility: hidden;
    276289}
    277290
  • trunk/templates/default/css/bbpress.css

    r5031 r5032  
    6969#bbpress-forums ul.bbp-threaded-replies {
    7070    margin-left: 50px;
    71 } 
     71}
    7272
    7373#bbpress-forums li {
     
    274274    padding: 12px 12px 12px 0;
    275275    text-align: left;
     276}
     277
     278/* Clearing hack */
     279#bbpress-forums div.bbp-forum-content:after,
     280#bbpress-forums div.bbp-topic-content:after,
     281#bbpress-forums div.bbp-reply-content:after {
     282    clear: both;
     283    content: ".";
     284    display: block;
     285    float: none;
     286    height: 0;
     287    font-size: 0;
     288    visibility: hidden;
    276289}
    277290
     
    11911204        float: left;
    11921205    }
    1193     #bbpress-forums fieldset.bbp-form { 
     1206    #bbpress-forums fieldset.bbp-form {
    11941207        padding: 0 10px 10px;
    11951208    }
     
    12861299    #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
    12871300    #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
    1288     #bbpress-forums li.bbp-footer div.bbp-reply-author, 
     1301    #bbpress-forums li.bbp-footer div.bbp-reply-author,
    12891302    #bbpress-forums li.bbp-footer div.bbp-reply-content {
    12901303        width: 45%;
     
    13001313    }
    13011314    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    1302     #bbpress-forums li.bbp-header li.bbp-topic-freshness { 
     1315    #bbpress-forums li.bbp-header li.bbp-topic-freshness {
    13031316        text-align: center;
    13041317    }
Note: See TracChangeset for help on using the changeset viewer.