Ticket #1713: 1713.patch
File 1713.patch, 4.1 KB (added by , 13 years ago) |
---|
-
bbp-themes/bbp-twentyten/bbpress/content-single-user.php
15 15 16 16 <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?> 17 17 18 <hr />19 20 18 <?php bbp_get_template_part( 'bbpress/user', 'subscriptions' ); ?> 21 19 22 <hr />23 24 20 <?php bbp_get_template_part( 'bbpress/user', 'favorites' ); ?> 25 21 26 <hr />27 28 22 <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?> 29 23 30 24 </div> -
bbp-themes/bbp-twentyten/css/bbpress.css
8 8 /* =bbPress Style 9 9 -------------------------------------------------------------- */ 10 10 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 20 11 #bbpress-forums { 21 12 background: transparent; 22 13 clear: both; … … 93 84 overflow: hidden; 94 85 } 95 86 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 { 98 89 float: left; 90 width: 120px; 99 91 } 100 92 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 101 99 #content .bbp-forum-description p, 102 100 #bbpress-forums li.bbp-footer p { 103 101 margin-bottom: 0px; … … 108 106 max-width: 100%; 109 107 } 110 108 109 #bbpress-forums .bbp-reply-content ul { 110 list-style: square; 111 padding-left: 15px; 112 } 113 111 114 .bbp-forum-description p { 112 115 font-size: 13px; 113 116 font-style: italic; … … 142 145 padding: 8px; 143 146 } 144 147 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 157 148 li.bbp-header div.bbp-topic-content span#subscription-toggle, 158 149 li.bbp-header div.bbp-topic-content span#favorite-toggle, 159 150 li.bbp-header div.bbp-reply-content span#subscription-toggle, … … 161 152 float: right; 162 153 } 163 154 164 li.bbp-body div.bbp-topic-author, 155 li.bbp-body div.bbp-topic-author, 165 156 li.bbp-body div.bbp-reply-author { 166 padding: 12px; 167 vertical-align: top; 157 float: left; 158 text-align: center; 159 width: 115px; 168 160 } 169 161 162 li.bbp-body div.bbp-topic-author img.avatar, 163 li.bbp-body div.bbp-reply-author img.avatar { 164 border: 0; 165 max-width: 80px; 166 padding: 12px 20px 3px 12px; 167 } 168 169 li.bbp-body div.bbp-topic-author a.bbp-author-name, 170 li.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 170 176 li.bbp-body div.bbp-topic-content, 171 177 li.bbp-body div.bbp-reply-content { 178 margin-left: 140px; 172 179 padding: 12px 12px 12px 0px; 173 vertical-align: top;180 text-align: left; 174 181 } 175 182 176 183 div.bbp-topic-header, … … 758 765 759 766 .activity-list li.bbp_topic_create .activity-content .activity-inner, 760 767 .activity-list li.bbp_reply_create .activity-content .activity-inner { 761 border-left: 2px solid # EAEAEA;768 border-left: 2px solid #eaeaea; 762 769 margin-left: 5px; 763 770 padding-left: 10px; 764 771 } 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