Skip to:
Content

BuddyPress.org

Changeset 10967


Ignore:
Timestamp:
07/25/2016 02:46:53 AM (10 years ago)
Author:
mercime
Message:

Accessibility: Bump headings for Group Admins and Mods.

Fixes #6880.

Location:
trunk/src/bp-templates/bp-legacy
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php

    r10892 r10967  
    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();
     
    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();
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php

    r10777 r10967  
    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();
     
    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();
  • trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css

    r10964 r10967  
    12441244        width: 20%;
    12451245}
     1246#buddypress div#item-header div#item-actions h2,
    12461247#buddypress div#item-header div#item-actions h3 {
    12471248        margin: 0 0 5px 0;
  • trunk/src/bp-templates/bp-legacy/css/buddypress.css

    r10964 r10967  
    12441244        width: 20%;
    12451245}
     1246#buddypress div#item-header div#item-actions h2,
    12461247#buddypress div#item-header div#item-actions h3 {
    12471248        margin: 0 0 5px 0;
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven-rtl.css

    r10964 r10967  
    978978                order: 3;
    979979        }
    980         .single-item.groups #buddypress div#item-header #item-actions h3 {
     980        .single-item.groups #buddypress div#item-header #item-actions h2 {
    981981                border-bottom: 1px solid #eaeaea;
    982982                text-align: center;
     
    10201020}
    10211021
    1022 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     1022.single-item.groups #buddypress div#item-header div#item-actions h2 {
    10231023        font-size: 14px;
    10241024        font-size: 0.9333333333rem;
     
    10731073                width: auto;
    10741074        }
    1075         .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
     1075        .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
    10761076                border-bottom: 1px solid #eaeaea;
    10771077        }
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven.css

    r10964 r10967  
    978978                order: 3;
    979979        }
    980         .single-item.groups #buddypress div#item-header #item-actions h3 {
     980        .single-item.groups #buddypress div#item-header #item-actions h2 {
    981981                border-bottom: 1px solid #eaeaea;
    982982                text-align: center;
     
    10201020}
    10211021
    1022 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     1022.single-item.groups #buddypress div#item-header div#item-actions h2 {
    10231023        font-size: 14px;
    10241024        font-size: 0.9333333333rem;
     
    10731073                width: auto;
    10741074        }
    1075         .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
     1075        .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
    10761076                border-bottom: 1px solid #eaeaea;
    10771077        }
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven.scss

    r10964 r10967  
    14141414                                        order: 3;
    14151415
    1416                                         h3 {
     1416                                        h2 {
    14171417                                                border-bottom: 1px solid $border-light;
    14181418                                                text-align: center;
     
    14501450                                }
    14511451
    1452                                 h3 {
     1452                                h2 {
    14531453                                        @include font-size(14);
    14541454                                        font-weight: bold;
     
    15221522                                                width: auto;
    15231523
    1524                                                 h3 {border-bottom: 1px solid $border-light;}
     1524                                                h2 {border-bottom: 1px solid $border-light;}
    15251525                                        }
    15261526                                } // @media
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

    r10964 r10967  
    895895}
    896896
    897 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     897.single-item.groups #buddypress div#item-header div#item-actions h2 {
    898898        background: #555;
    899899        color: #fff;
     
    904904
    905905@media screen and (min-width: 46.25em) {
    906         .single-item.groups #buddypress div#item-header div#item-actions h3 {
     906        .single-item.groups #buddypress div#item-header div#item-actions h2 {
    907907                font-size: 16px;
    908908                font-size: 1.6rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css

    r10964 r10967  
    895895}
    896896
    897 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     897.single-item.groups #buddypress div#item-header div#item-actions h2 {
    898898        background: #555;
    899899        color: #fff;
     
    904904
    905905@media screen and (min-width: 46.25em) {
    906         .single-item.groups #buddypress div#item-header div#item-actions h3 {
     906        .single-item.groups #buddypress div#item-header div#item-actions h2 {
    907907                font-size: 16px;
    908908                font-size: 1.6rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss

    r10964 r10967  
    11491149                                }
    11501150
    1151                                 h3 {
     1151                                h2 {
    11521152                                        background: $dark-background;
    11531153                                        color: $content-background;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css

    r10964 r10967  
    704704}
    705705
    706 .single-item.groups #buddypress #item-header #item-actions h3 {
     706.single-item.groups #buddypress #item-header #item-actions h2 {
    707707        font-size: 20px;
    708708        font-size: 1.25rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css

    r10964 r10967  
    704704}
    705705
    706 .single-item.groups #buddypress #item-header #item-actions h3 {
     706.single-item.groups #buddypress #item-header #item-actions h2 {
    707707        font-size: 20px;
    708708        font-size: 1.25rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss

    r10964 r10967  
    10141014                                width: auto;
    10151015
    1016                                 h3 {
     1016                                h2 {
    10171017                                        @include font-size(20);
    10181018                                }
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen-rtl.css

    r10964 r10967  
    939939                order: 3;
    940940        }
    941         .single-item.groups #buddypress div#item-header #item-actions h3 {
     941        .single-item.groups #buddypress div#item-header #item-actions h2 {
    942942                border-bottom: 1px solid #eaeaea;
    943943                text-align: center;
     
    975975}
    976976
    977 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     977.single-item.groups #buddypress div#item-header div#item-actions h2 {
    978978        font-size: 14px;
    979979        font-size: 0.875rem;
     
    982982
    983983@media screen and (min-width: 46.25em) {
    984         .single-item.groups #buddypress div#item-header div#item-actions h3 {
     984        .single-item.groups #buddypress div#item-header div#item-actions h2 {
    985985                font-size: 16px;
    986986                font-size: 1rem;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen.css

    r10964 r10967  
    939939                order: 3;
    940940        }
    941         .single-item.groups #buddypress div#item-header #item-actions h3 {
     941        .single-item.groups #buddypress div#item-header #item-actions h2 {
    942942                border-bottom: 1px solid #eaeaea;
    943943                text-align: center;
     
    975975}
    976976
    977 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     977.single-item.groups #buddypress div#item-header div#item-actions h2 {
    978978        font-size: 14px;
    979979        font-size: 0.875rem;
     
    982982
    983983@media screen and (min-width: 46.25em) {
    984         .single-item.groups #buddypress div#item-header div#item-actions h3 {
     984        .single-item.groups #buddypress div#item-header div#item-actions h2 {
    985985                font-size: 16px;
    986986                font-size: 1rem;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss

    r10964 r10967  
    13241324                                        order: 3;
    13251325
    1326                                         h3 {
     1326                                        h2 {
    13271327                                                border-bottom: 1px solid $border-light;
    13281328                                                text-align: center;
     
    13561356                                }
    13571357
    1358                                 h3 {
     1358                                h2 {
    13591359                                        @include font-size(14);
    13601360
  • trunk/src/bp-templates/bp-legacy/css/twentyten-rtl.css

    r10964 r10967  
    914914                order: 3;
    915915        }
    916         .single-item.groups #buddypress div#item-header #item-actions h3 {
     916        .single-item.groups #buddypress div#item-header #item-actions h2 {
    917917                border-bottom: 1px solid #eaeaea;
    918918                text-align: center;
     
    956956}
    957957
    958 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     958.single-item.groups #buddypress div#item-header div#item-actions h2 {
    959959        font-size: 14px;
    960960        font-size: 0.9333333333rem;
     
    10091009                width: auto;
    10101010        }
    1011         .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
     1011        .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
    10121012                border-bottom: 1px solid #eaeaea;
    10131013        }
  • trunk/src/bp-templates/bp-legacy/css/twentyten.css

    r10964 r10967  
    914914                order: 3;
    915915        }
    916         .single-item.groups #buddypress div#item-header #item-actions h3 {
     916        .single-item.groups #buddypress div#item-header #item-actions h2 {
    917917                border-bottom: 1px solid #eaeaea;
    918918                text-align: center;
     
    956956}
    957957
    958 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     958.single-item.groups #buddypress div#item-header div#item-actions h2 {
    959959        font-size: 14px;
    960960        font-size: 0.9333333333rem;
     
    10091009                width: auto;
    10101010        }
    1011         .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
     1011        .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
    10121012                border-bottom: 1px solid #eaeaea;
    10131013        }
  • trunk/src/bp-templates/bp-legacy/css/twentyten.scss

    r10964 r10967  
    13041304                                        order: 3;
    13051305
    1306                                         h3 {
     1306                                        h2 {
    13071307                                                border-bottom: 1px solid $border-light;
    13081308                                                text-align: center;
     
    13401340                                }
    13411341
    1342                                 h3 {
     1342                                h2 {
    13431343                                        @include font-size(14);
    13441344                                        font-weight: bold;
     
    14121412                                                width: auto;
    14131413
    1414                                                 h3 {border-bottom: 1px solid $border-light;}
     1414                                                h2 {border-bottom: 1px solid $border-light;}
    14151415                                        }
    14161416                                } // @media
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen-rtl.css

    r10964 r10967  
    913913                order: 3;
    914914        }
    915         .single-item.groups #buddypress div#item-header #item-actions h3 {
     915        .single-item.groups #buddypress div#item-header #item-actions h2 {
    916916                border-bottom: 1px solid #eaeaea;
    917917                text-align: center;
     
    949949}
    950950
    951 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     951.single-item.groups #buddypress div#item-header div#item-actions h2 {
    952952        font-size: 14px;
    953953        font-size: 0.875rem;
     
    956956
    957957@media screen and (min-width: 46.25em) {
    958         .single-item.groups #buddypress div#item-header div#item-actions h3 {
     958        .single-item.groups #buddypress div#item-header div#item-actions h2 {
    959959                font-size: 16px;
    960960                font-size: 1rem;
     
    979979                width: 28%;
    980980        }
    981         .single-item.groups #buddypress div#item-header div#item-actions h3 {
     981        .single-item.groups #buddypress div#item-header div#item-actions h2 {
    982982                font-size: 14px;
    983983                font-size: 0.875rem;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.css

    r10964 r10967  
    913913                order: 3;
    914914        }
    915         .single-item.groups #buddypress div#item-header #item-actions h3 {
     915        .single-item.groups #buddypress div#item-header #item-actions h2 {
    916916                border-bottom: 1px solid #eaeaea;
    917917                text-align: center;
     
    949949}
    950950
    951 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     951.single-item.groups #buddypress div#item-header div#item-actions h2 {
    952952        font-size: 14px;
    953953        font-size: 0.875rem;
     
    956956
    957957@media screen and (min-width: 46.25em) {
    958         .single-item.groups #buddypress div#item-header div#item-actions h3 {
     958        .single-item.groups #buddypress div#item-header div#item-actions h2 {
    959959                font-size: 16px;
    960960                font-size: 1rem;
     
    979979                width: 28%;
    980980        }
    981         .single-item.groups #buddypress div#item-header div#item-actions h3 {
     981        .single-item.groups #buddypress div#item-header div#item-actions h2 {
    982982                font-size: 14px;
    983983                font-size: 0.875rem;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss

    r10964 r10967  
    12471247                                        order: 3;
    12481248
    1249                                         h3 {
     1249                                        h2 {
    12501250                                                border-bottom: 1px solid $border-light;
    12511251                                                text-align: center;
     
    12791279                                }
    12801280
    1281                                 h3 {
     1281                                h2 {
    12821282                                        @include font-size(14);
    12831283
     
    13111311                                        width: 28%;
    13121312
    1313                                         h3 {
     1313                                        h2 {
    13141314                                                @include font-size(14);
    13151315                                        }
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css

    r10964 r10967  
    950950                order: 3;
    951951        }
    952         .single-item.groups #buddypress div#item-header #item-actions h3 {
     952        .single-item.groups #buddypress div#item-header #item-actions h2 {
    953953                border-bottom: 1px solid #eaeaea;
    954954                text-align: center;
     
    992992}
    993993
    994 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     994.single-item.groups #buddypress div#item-header div#item-actions h2 {
    995995        font-size: 14px;
    996996        font-size: 1rem;
     
    10441044                width: auto;
    10451045        }
    1046         .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
     1046        .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
    10471047                border-bottom: 1px solid #eaeaea;
    10481048        }
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.css

    r10964 r10967  
    950950                order: 3;
    951951        }
    952         .single-item.groups #buddypress div#item-header #item-actions h3 {
     952        .single-item.groups #buddypress div#item-header #item-actions h2 {
    953953                border-bottom: 1px solid #eaeaea;
    954954                text-align: center;
     
    992992}
    993993
    994 .single-item.groups #buddypress div#item-header div#item-actions h3 {
     994.single-item.groups #buddypress div#item-header div#item-actions h2 {
    995995        font-size: 14px;
    996996        font-size: 1rem;
     
    10441044                width: auto;
    10451045        }
    1046         .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
     1046        .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
    10471047                border-bottom: 1px solid #eaeaea;
    10481048        }
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss

    r10964 r10967  
    13271327                                        order: 3;
    13281328
    1329                                         h3 {
     1329                                        h2 {
    13301330                                                border-bottom: 1px solid $border-light;
    13311331                                                text-align: center;
     
    13631363                                }
    13641364
    1365                                 h3 {
     1365                                h2 {
    13661366                                        @include font-size(14);
    13671367                                        padding: 0.2em;
     
    14341434                                                width: auto;
    14351435
    1436                                                 h3 {border-bottom: 1px solid $border-light;}
     1436                                                h2 {border-bottom: 1px solid $border-light;}
    14371437                                        }
    14381438                                } // @media
Note: See TracChangeset for help on using the changeset viewer.