Ticket #6674: 6674.03.patch
File 6674.03.patch, 2.8 KB (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress-functions.php
1851 1851 color: #FFF; 1852 1852 text-rendering: optimizelegibility; 1853 1853 text-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.8 ); 1854 margin: 0 ;1854 margin: 0 0 .6em; 1855 1855 font-size:200%; 1856 1856 } 1857 1857 … … 1866 1866 } 1867 1867 1868 1868 #buddypress #item-header-cover-image #item-buttons { 1869 overflow:hidden; 1870 margin: 20px 0 10px; 1869 margin: 0 0 10px; 1871 1870 padding: 0 0 5px; 1872 1871 } 1873 1872 1874 #buddypress #item-header-cover-image #item-buttons:before { 1875 content:"\00a0"; 1873 #buddypress #item-header-cover-image #item-buttons:after { 1874 clear: both; 1875 content: ""; 1876 display: table; 1876 1877 } 1877 1878 1878 1879 @media screen and (max-width: 782px) { -
src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
29 29 30 30 <div id="item-header-content"> 31 31 32 <div id="item-buttons"> 33 34 <?php 32 <div id="item-buttons"><?php 35 33 36 34 /** 37 35 * Fires in the group header actions section. 38 36 * 39 37 * @since 1.2.6 40 38 */ 41 do_action( 'bp_group_header_actions' ); ?> 42 43 </div><!-- #item-buttons --> 39 do_action( 'bp_group_header_actions' ); ?></div><!-- #item-buttons --> 44 40 45 41 <?php 46 42 -
src/bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php
35 35 <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2> 36 36 <?php endif; ?> 37 37 38 <div id="item-buttons"> 39 40 <?php 38 <div id="item-buttons"><?php 41 39 42 40 /** 43 41 * Fires in the member header actions section. 44 42 * 45 43 * @since 1.2.6 46 44 */ 47 do_action( 'bp_member_header_actions' ); ?> 48 49 </div><!-- #item-buttons --> 45 do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons --> 50 46 51 47 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> 52 48 -
src/bp-templates/bp-legacy/css/buddypress.css
1404 1404 overflow: auto; 1405 1405 list-style: none; 1406 1406 } 1407 #buddypress #item-buttons:empty { 1408 display: none; 1409 } 1407 1410 1408 1411 /*-------------------------------------------------------------- 1409 1412 3.8.1 - Cover Image