Ticket #6674: 6674-02.patch
File 6674-02.patch, 5.3 KB (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
28 28 29 29 <div id="item-header-content"> 30 30 31 <div id="item-buttons"> 31 <div id="item-buttons"><?php 32 32 33 <?php34 35 33 /** 36 34 * Fires in the group header actions section. 37 35 * 38 36 * @since 1.2.6 39 37 */ 40 do_action( 'bp_group_header_actions' ); ?> 38 do_action( 'bp_group_header_actions' ); ?></div><!-- #item-buttons --> 41 39 42 </div><!-- #item-buttons -->43 44 40 <?php 45 41 46 42 /** -
src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
83 83 84 84 <?php bp_group_description(); ?> 85 85 86 <div id="item-buttons"> 86 <div id="item-buttons"><?php 87 87 88 <?php89 90 88 /** 91 89 * Fires in the group header actions section. 92 90 * 93 91 * @since 1.2.6 94 92 */ 95 do_action( 'bp_group_header_actions' ); ?> 93 do_action( 'bp_group_header_actions' ); ?></div><!-- #item-buttons --> 96 94 97 </div><!-- #item-buttons -->98 99 95 <?php 100 96 101 97 /** -
src/bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php
34 34 <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2> 35 35 <?php endif; ?> 36 36 37 <div id="item-buttons"> 37 <div id="item-buttons"><?php 38 38 39 <?php40 41 39 /** 42 40 * Fires in the member header actions section. 43 41 * 44 42 * @since 1.2.6 45 43 */ 46 do_action( 'bp_member_header_actions' ); ?> 44 do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons --> 47 45 48 </div><!-- #item-buttons -->49 50 46 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> 51 47 52 48 <?php -
src/bp-templates/bp-legacy/buddypress/members/single/member-header.php
54 54 55 55 <?php endif; ?> 56 56 57 <div id="item-buttons"> 57 <div id="item-buttons"><?php 58 58 59 <?php60 61 59 /** 62 60 * Fires in the member header actions section. 63 61 * 64 62 * @since 1.2.6 65 63 */ 66 do_action( 'bp_member_header_actions' ); ?> 64 do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons --> 67 65 68 </div><!-- #item-buttons -->69 70 66 <?php 71 67 72 68 /** -
src/bp-templates/bp-legacy/css/buddypress.css
128 128 color: #555; 129 129 font-family: inherit; 130 130 font-size: medium; 131 height: 20px;132 131 padding: 6px; 133 width: 98%; 132 width: 97.5%; 133 height: auto; 134 resize: none; 135 overflow: hidden; 134 136 } 135 137 body.no-js #buddypress form#whats-new-form textarea { 136 138 height: 50px; 139 resize: vertical; 140 overflow: auto; 137 141 } 138 142 #buddypress form#whats-new-form #whats-new-options select { 139 143 max-width: 200px; … … 143 147 float: right; 144 148 margin-top: 12px; 145 149 } 150 146 151 #buddypress #whats-new-options { 147 152 overflow: auto; 153 height: auto; 154 float:left; 155 } 156 157 #buddypress #whats-new-content #whats-new-actions { 148 158 height: 0; 149 159 } 160 161 #buddypress #whats-new-content.active #whats-new-actions { 162 width: auto; 163 } 164 150 165 body.no-js #buddypress #whats-new-options { 151 166 height: auto; 152 167 } … … 155 170 outline-color: rgba(31, 179, 221, 0.9); 156 171 } 157 172 173 #buddypress #whats-new-content, #buddypress #whats-new-actions { 174 overflow: hidden; 175 } 176 177 #buddypress #whats-new-textarea { 178 position: relative; 179 } 180 181 #buddypress #whats-new-textarea:before, 182 #buddypress #whats-new-textarea:after { 183 border-color: transparent; 184 border-style: solid; 185 content: ' '; 186 height: 0; 187 position: absolute; 188 right: 99.8%; 189 width: 0; 190 } 191 192 #buddypress #whats-new-textarea:before { 193 border-width: 10px; 194 border-right-color: #ccc; 195 top: 8px; 196 } 197 198 #buddypress #whats-new-textarea:after { 199 border-width: 9px; 200 border-right-color: #fff; 201 top: 9px; 202 } 203 204 #buddypress #whats-new-textarea.active:before { 205 border-right-color: rgba(31, 179, 221, 0.9) !important; 206 } 207 208 /* Autosize.js hack for IE10-11 - avoids jumpiness */ 209 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 210 #buddypress form#whats-new-form textarea { 211 padding-bottom: 22px; 212 } 213 } 214 158 215 /*-------------------------------------------------------------- 159 216 3.1.1 - Activity Listing 160 217 --------------------------------------------------------------*/ … … 1262 1319 #buddypress div#item-header div#message.info { 1263 1320 line-height: 80%; 1264 1321 } 1322 #buddypress #item-header #item-buttons:empty { 1323 display: none; 1324 } 1265 1325 #buddypress ul.item-list { 1266 1326 border-top: 1px solid #eaeaea; 1267 1327 width: 100%;