Skip to:
Content

BuddyPress.org

Ticket #6880: 6880-plus-css.patch

File 6880-plus-css.patch, 4.5 KB (added by mercime, 9 years ago)
  • src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php

     
    7070
    7171                        <?php if ( bp_group_is_visible() ) : ?>
    7272
    73                                 <h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
     73                                <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
    7474
    7575                                <?php bp_group_list_admins();
    7676
     
    9090                                         */
    9191                                        do_action( 'bp_before_group_menu_mods' ); ?>
    9292
    93                                         <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
     93                                        <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
    9494
    9595                                        <?php bp_group_list_mods();
    9696
  • src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php

     
    1919
    2020        <?php if ( bp_group_is_visible() ) : ?>
    2121
    22                 <h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
     22                <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
    2323
    2424                <?php bp_group_list_admins();
    2525
     
    3939                         */
    4040                        do_action( 'bp_before_group_menu_mods' ); ?>
    4141
    42                         <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
     42                        <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
    4343
    4444                        <?php bp_group_list_mods();
    4545
  • src/bp-templates/bp-legacy/css/buddypress-rtl.css

     
    12331233        text-align: left;
    12341234        width: 20%;
    12351235}
     1236#buddypress div#item-header div#item-actions h2,
    12361237#buddypress div#item-header div#item-actions h3 {
    12371238        margin: 0 0 5px 0;
    12381239}
     1240.single-item.groups #buddypress div#item-actions h2 {
     1241        font-size: 1em;
     1242}
    12391243#buddypress div#item-header ul {
    12401244        margin-bottom: 15px;
    12411245        overflow: hidden;
  • src/bp-templates/bp-legacy/css/buddypress.css

     
    12331233        text-align: right;
    12341234        width: 20%;
    12351235}
     1236#buddypress div#item-header div#item-actions h2,
    12361237#buddypress div#item-header div#item-actions h3 {
    12371238        margin: 0 0 5px 0;
    12381239}
     1240.single-item.groups #buddypress div#item-actions h2 {
     1241        font-size: 1em;
     1242}
    12391243#buddypress div#item-header ul {
    12401244        margin-bottom: 15px;
    12411245        overflow: hidden;
  • src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

     
    894894        }
    895895}
    896896
     897.single-item.groups #buddypress div#item-header div#item-actions h2,
    897898.single-item.groups #buddypress div#item-header div#item-actions h3 {
    898899        background: #555;
    899900        color: #fff;
     
    903904}
    904905
    905906@media screen and (min-width: 46.25em) {
     907        .single-item.groups #buddypress div#item-header div#item-actions h2,
    906908        .single-item.groups #buddypress div#item-header div#item-actions h3 {
    907909                font-size: 16px;
    908910                font-size: 1.6rem;
  • src/bp-templates/bp-legacy/css/twentyfifteen.css

     
    894894        }
    895895}
    896896
     897.single-item.groups #buddypress div#item-header div#item-actions h2,
    897898.single-item.groups #buddypress div#item-header div#item-actions h3 {
    898899        background: #555;
    899900        color: #fff;
     
    903904}
    904905
    905906@media screen and (min-width: 46.25em) {
     907        .single-item.groups #buddypress div#item-header div#item-actions h2,
    906908        .single-item.groups #buddypress div#item-header div#item-actions h3 {
    907909                font-size: 16px;
    908910                font-size: 1.6rem;
  • src/bp-templates/bp-legacy/css/twentyfifteen.scss

     
    11481148                                        width: 50%;
    11491149                                }
    11501150
     1151                                h2,
    11511152                                h3 {
    11521153                                        background: $dark-background;
    11531154                                        color: $content-background;