Skip to:
Content

BuddyPress.org

Ticket #6674: 6674.03.patch

File 6674.03.patch, 2.8 KB (added by r-a-y, 10 years ago)
  • src/bp-templates/bp-legacy/buddypress-functions.php

     
    18511851                        color: #FFF;
    18521852                        text-rendering: optimizelegibility;
    18531853                        text-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.8 );
    1854                         margin: 0;
     1854                        margin: 0 0 .6em;
    18551855                        font-size:200%;
    18561856                }
    18571857
     
    18661866                }
    18671867
    18681868                #buddypress #item-header-cover-image #item-buttons {
    1869                         overflow:hidden;
    1870                         margin: 20px 0 10px;
     1869                        margin: 0 0 10px;
    18711870                        padding: 0 0 5px;
    18721871                }
    18731872
    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;
    18761877                }
    18771878
    18781879                @media screen and (max-width: 782px) {
  • src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php

     
    2929
    3030                <div id="item-header-content">
    3131
    32                         <div id="item-buttons">
    33 
    34                                 <?php
     32                        <div id="item-buttons"><?php
    3533
    3634                                /**
    3735                                 * Fires in the group header actions section.
    3836                                 *
    3937                                 * @since 1.2.6
    4038                                 */
    41                                 do_action( 'bp_group_header_actions' ); ?>
    42 
    43                         </div><!-- #item-buttons -->
     39                                do_action( 'bp_group_header_actions' ); ?></div><!-- #item-buttons -->
    4440
    4541                        <?php
    4642
  • src/bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php

     
    3535                                <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
    3636                        <?php endif; ?>
    3737
    38                         <div id="item-buttons">
    39 
    40                                 <?php
     38                        <div id="item-buttons"><?php
    4139
    4240                                /**
    4341                                 * Fires in the member header actions section.
    4442                                 *
    4543                                 * @since 1.2.6
    4644                                 */
    47                                 do_action( 'bp_member_header_actions' ); ?>
    48 
    49                         </div><!-- #item-buttons -->
     45                                do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons -->
    5046
    5147                        <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span>
    5248
  • src/bp-templates/bp-legacy/css/buddypress.css

     
    14041404        overflow: auto;
    14051405        list-style: none;
    14061406}
     1407#buddypress #item-buttons:empty {
     1408        display: none;
     1409}
    14071410
    14081411/*--------------------------------------------------------------
    140914123.8.1 - Cover Image