Skip to:
Content

bbPress.org

Ticket #1713: 1713.patch

File 1713.patch, 4.1 KB (added by mercime, 13 years ago)
  • bbp-themes/bbp-twentyten/bbpress/content-single-user.php

     
    1515
    1616        <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?>
    1717
    18         <hr />
    19 
    2018        <?php bbp_get_template_part( 'bbpress/user', 'subscriptions' ); ?>
    2119
    22         <hr />
    23 
    2420        <?php bbp_get_template_part( 'bbpress/user', 'favorites' ); ?>
    2521
    26         <hr />
    27 
    2822        <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>
    2923
    3024</div>
  • bbp-themes/bbp-twentyten/css/bbpress.css

     
    88/* =bbPress Style
    99-------------------------------------------------------------- */
    1010
    11 #content hr,
    12 #container hr {
    13         margin: 0 0 24px 0;
    14 }
    15 #entry-author-info {
    16         margin: 10px 0 0 0;
    17         border-bottom: 1px solid #fff;
    18 }
    19 
    2011#bbpress-forums {
    2112        background: transparent;
    2213        clear: both;
     
    9384        overflow: hidden;
    9485}
    9586
    96 #bbpress-forums li.bbp-header li,
    97 #bbpress-forums li.bbp-footer li {
     87#bbpress-forums li.bbp-header .bbp-reply-author,
     88#bbpress-forums li.bbp-footer .bbp-reply-author {
    9889        float: left;
     90        width: 120px;
    9991}
    10092
     93#bbpress-forums li.bbp-header .bbp-reply-content,
     94#bbpress-forums li.bbp-footer .bbp-reply-content {
     95        margin-left: 140px;
     96        text-align: left;
     97}
     98
    10199#content .bbp-forum-description p,
    102100#bbpress-forums li.bbp-footer p {
    103101        margin-bottom: 0px;
     
    108106        max-width: 100%;
    109107}
    110108
     109#bbpress-forums .bbp-reply-content ul {
     110        list-style: square;
     111        padding-left: 15px;
     112}
     113
    111114.bbp-forum-description p {
    112115        font-size: 13px;
    113116        font-style: italic;
     
    142145        padding: 8px;
    143146}
    144147
    145 div.bbp-topic-author,
    146 div.bbp-reply-author {
    147         float: left;
    148         text-align: center;
    149 }
    150 
    151 div.bbp-topic-content,
    152 div.bbp-reply-content {
    153         margin-left: 140px;
    154         text-align: left;
    155 }
    156 
    157148li.bbp-header div.bbp-topic-content span#subscription-toggle,
    158149li.bbp-header div.bbp-topic-content span#favorite-toggle,
    159150li.bbp-header div.bbp-reply-content span#subscription-toggle,
     
    161152        float: right;
    162153}
    163154
    164 li.bbp-body div.bbp-topic-author,
     155li.bbp-body div.bbp-topic-author, 
    165156li.bbp-body div.bbp-reply-author {
    166         padding: 12px;
    167         vertical-align: top;
     157        float: left;
     158        text-align: center;
     159        width: 115px;
    168160}
    169161
     162li.bbp-body div.bbp-topic-author img.avatar,
     163li.bbp-body div.bbp-reply-author img.avatar {
     164        border: 0;
     165        max-width: 80px;
     166        padding: 12px 20px 3px 12px;   
     167}
     168
     169li.bbp-body div.bbp-topic-author a.bbp-author-name,
     170li.bbp-body div.bbp-reply-author a.bbp-author-name {
     171        padding-left: 12px;
     172        padding-right: 20px;
     173        word-wrap: break-word; 
     174}
     175
    170176li.bbp-body div.bbp-topic-content,
    171177li.bbp-body div.bbp-reply-content {
     178        margin-left: 140px;
    172179        padding: 12px 12px 12px 0px;
    173         vertical-align: top;
     180        text-align: left;
    174181}
    175182
    176183div.bbp-topic-header,
     
    758765
    759766.activity-list li.bbp_topic_create .activity-content .activity-inner,
    760767.activity-list li.bbp_reply_create .activity-content .activity-inner {
    761         border-left: 2px solid #EAEAEA;
     768        border-left: 2px solid #eaeaea;
    762769        margin-left: 5px;
    763770        padding-left: 10px;
    764771}
     772
     773/* =User Pages
     774-------------------------------------------------------------- */
     775
     776#bbpress-forums h1 {
     777        clear: none;
     778        font-size: 1.8em;
     779        line-height: 1em;
     780        padding-bottom: 10px;
     781}
     782
     783#bbpress-forums h2.entry-title {
     784        font-size: 1.6em;
     785        margin-bottom: 0;
     786        padding-bottom: 10px;
     787        padding-top: 0px;
     788}
     789
     790#bbpress-forums #entry-author-info {
     791        margin: 10px 0 20px 0;
     792        overflow: hidden;
     793}
     794
     795#bbpress-forums #entry-author-info #author-avatar {
     796        float: left;
     797        margin-right: 0;
     798        width: 70px;
     799}
     800
     801#bbpress-forums #entry-author-info #author-avatar img.avatar {
     802        max-width: 60px;
     803}
     804
     805#bbpress-forums #entry-author-info #author-description {
     806        float: none;
     807        margin-left: 100px;
     808}
     809
     810#bbp-author-subscriptions,
     811#bbp-author-favorites,
     812#bbp-author-topics-started {
     813        border-top: 1px solid #ccc;
     814        clear: both;
     815        margin-bottom: 20px;
     816        padding-top: 20px;
     817}
     818