Skip to:
Content

bbPress.org

Changeset 5652


Ignore:
Timestamp:
03/23/2015 11:19:58 AM (10 years ago)
Author:
netweb
Message:

CSS: Include relevant topic and search CSS classes alongside existing reply responsive media queries for mobile search results.

Props netweb. Fixes #2486

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r5563 r5652  
    11621162        width: 15%;
    11631163    }
     1164    span.bbp-topic-post-date,
    11641165    span.bbp-reply-post-date {
    11651166        float: left;
     
    11731174        font-size: 11px;
    11741175    }
     1176    #bbpress-forums .bbp-body div.bbp-topic-author,
    11751177    #bbpress-forums .bbp-body div.bbp-reply-author {
    11761178        margin: -15px 10px 10px;
     
    11811183        width: 100%;
    11821184    }
     1185    #bbpress-forums div.bbp-topic-author a.bbp-author-name,
    11831186    #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    11841187        clear: none;
     
    11871190        word-wrap: break-word;
    11881191    }
     1192    #bbpress-forums div.bbp-topic-author img.avatar,
    11891193    #bbpress-forums div.bbp-reply-author img.avatar {
    11901194        position: absolute;
     
    11941198        height: auto;
    11951199    }
     1200    #bbpress-forums div.bbp-topic-author .bbp-author-role,
    11961201    #bbpress-forums div.bbp-reply-author .bbp-author-role {
    11971202        font-size: 12px;
    11981203        font-style: normal;
    11991204    }
     1205    #bbpress-forums .bbp-body div.bbp-topic-content,
    12001206    #bbpress-forums .bbp-body div.bbp-reply-content {
    12011207        clear: both;
     
    12031209        padding: 0;
    12041210    }
     1211    #bbpress-forums div.bbp-topic-content p,
    12051212    #bbpress-forums div.bbp-reply-content p {
    12061213        margin-bottom: 1em;
     
    12161223        margin-left: 0;
    12171224        word-wrap: break-word;
     1225    }
     1226    #bbpress-forums div.bbp-forum-title h3,
     1227    #bbpress-forums div.bbp-topic-title h3,
     1228    #bbpress-forums div.bbp-reply-title h3 {
     1229        font-size: 14px;
    12181230    }
    12191231}
     
    12641276        font-size: 10px;
    12651277    }
     1278    #bbpress-forums li.bbp-header div.bbp-search-author,
     1279    #bbpress-forums li.bbp-header div.bbp-topic-author,
    12661280    #bbpress-forums li.bbp-header div.bbp-reply-author {
    12671281        text-align: left;
    12681282        width: 25%;
    12691283    }
     1284    #bbpress-forums li.bbp-header div.bbp-search-content,
     1285    #bbpress-forums li.bbp-header div.bbp-topic-content,
    12701286    #bbpress-forums li.bbp-header div.bbp-reply-content {
    12711287        margin-left: 25%;
     
    12901306    #bbpress-forums input#bbp_topic_tags {
    12911307        width: 95%;
     1308    }
     1309    #bbpress-forums div.bbp-forum-title h3,
     1310    #bbpress-forums div.bbp-topic-title h3,
     1311    #bbpress-forums div.bbp-reply-title h3 {
     1312        font-size: 14px;
    12921313    }
    12931314}
     
    13041325    #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
    13051326    #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
    1306     #bbpress-forums li.bbp-footer div.bbp-reply-author,
    1307     #bbpress-forums li.bbp-footer div.bbp-reply-content {
     1327    #bbpress-forums li.bbp-footer div.bbp-search-author,
     1328    #bbpress-forums li.bbp-footer div.bbp-topic-author,
     1329    #bbpress-forums li.bbp-footer div.bbp-reply-author {
    13081330        width: 45%;
    13091331    }
     
    13111333    #bbpress-forums li.bbp-body li.bbp-forum-freshness,
    13121334    #bbpress-forums li.bbp-header li.bbp-topic-freshness,
    1313     #bbpress-forums li.bbp-body li.bbp-topic-freshness,
    1314     #bbpress-forums li.bbp-header div.bbp-reply-author,
    1315     #bbpress-forums li.bbp-header div.bbp-reply-content {
     1335    #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    13161336        clear: both;
    13171337        width: 100%;
     
    13221342    }
    13231343    #bbpress-forums li.bbp-body li.bbp-topic-freshness,
     1344    #bbpress-forums li.bbp-header div.bbp-search-author,
     1345    #bbpress-forums li.bbp-header div.bbp-search-content,
     1346    #bbpress-forums li.bbp-header div.bbp-topic-author,
     1347    #bbpress-forums li.bbp-header div.bbp-topic-content,
     1348    #bbpress-forums li.bbp-header div.bbp-reply-author,
    13241349    #bbpress-forums li.bbp-header div.bbp-reply-content {
    13251350        margin-left: 0;
     
    13321357        overflow: hidden;
    13331358    }
     1359    #bbpress-forums li.bbp-footer div.bbp-search-content,
     1360    #bbpress-forums li.bbp-footer div.bbp-topic-content,
    13341361    #bbpress-forums li.bbp-footer div.bbp-reply-content {
    13351362        display: inline-block;
    13361363        margin-left: 0;
    13371364    }
     1365    #bbpress-forums li.bbp-body div.bbp-topic-author,
    13381366    #bbpress-forums li.bbp-body div.bbp-reply-author {
    13391367        min-height: 60px;
    13401368        padding-left: 60px;
    13411369    }
     1370    #bbpress-forums div.bbp-topic-author img.avatar,
    13421371    #bbpress-forums div.bbp-reply-author img.avatar {
    13431372        width: 40px;
    13441373        height: auto;
    13451374    }
    1346 }
     1375    #bbpress-forums div.bbp-forum-title h3,
     1376    #bbpress-forums div.bbp-topic-title h3,
     1377    #bbpress-forums div.bbp-reply-title h3 {
     1378        font-size: 12px;
     1379    }
     1380}
Note: See TracChangeset for help on using the changeset viewer.