Skip to:
Content

BuddyPress.org

Ticket #6880: 6880-all.patch

File 6880-all.patch, 20.7 KB (added by mercime, 8 years ago)

Updated patch: includes stylesheets in Twenty-* themes

  • 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

     
    12431243        text-align: left;
    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;
    12481249}
  • src/bp-templates/bp-legacy/css/buddypress.css

     
    12431243        text-align: right;
    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;
    12481249}
  • src/bp-templates/bp-legacy/css/twentyeleven-rtl.css

     
    977977        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    983983        }
     
    10191019        padding-right: 0;
    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;
    10251025        font-weight: bold;
     
    10721072                padding-top: 0 !important;
    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        }
    10781078}
  • src/bp-templates/bp-legacy/css/twentyeleven.css

     
    977977        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    983983        }
     
    10191019        padding-left: 0;
    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;
    10251025        font-weight: bold;
     
    10721072                padding-top: 0 !important;
    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        }
    10781078}
  • src/bp-templates/bp-legacy/css/twentyeleven.scss

     
    14131413                                #item-actions {
    14141414                                        order: 3;
    14151415
    1416                                         h3 {
     1416                                        h2 {
    14171417                                                border-bottom: 1px solid $border-light;
    14181418                                                text-align: center;
    14191419                                        }
     
    14491449                                        padding-left: 0;
    14501450                                }
    14511451
    1452                                 h3 {
     1452                                h2 {
    14531453                                        @include font-size(14);
    14541454                                        font-weight: bold;
    14551455                                        line-height: 1.4;
     
    15211521                                                padding-top: 0 !important;
    15221522                                                width: auto;
    15231523
    1524                                                 h3 {border-bottom: 1px solid $border-light;}
     1524                                                h2 {border-bottom: 1px solid $border-light;}
    15251525                                        }
    15261526                                } // @media
    15271527                        }
  • src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

     
    894894        }
    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;
    900900        font-size: 14px;
     
    903903}
    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;
    909909        }
  • src/bp-templates/bp-legacy/css/twentyfifteen.css

     
    894894        }
    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;
    900900        font-size: 14px;
     
    903903}
    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;
    909909        }
  • src/bp-templates/bp-legacy/css/twentyfifteen.scss

     
    11481148                                        width: 50%;
    11491149                                }
    11501150
    1151                                 h3 {
     1151                                h2 {
    11521152                                        background: $dark-background;
    11531153                                        color: $content-background;
    11541154                                        @include font-size(14);
  • src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css

     
    703703        width: auto;
    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;
    709709}
  • src/bp-templates/bp-legacy/css/twentyfourteen.css

     
    703703        width: auto;
    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;
    709709}
  • src/bp-templates/bp-legacy/css/twentyfourteen.scss

     
    10131013                                margin: 0 0 0 $spacing-val-md;
    10141014                                width: auto;
    10151015
    1016                                 h3 {
     1016                                h2 {
    10171017                                        @include font-size(20);
    10181018                                }
    10191019                        }
  • src/bp-templates/bp-legacy/css/twentysixteen-rtl.css

     
    938938        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    944944        }
     
    974974        padding-right: 0;
    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;
    980980        padding: 0.2em;
     
    981981}
    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;
    987987        }
  • src/bp-templates/bp-legacy/css/twentysixteen.css

     
    938938        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    944944        }
     
    974974        padding-left: 0;
    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;
    980980        padding: 0.2em;
     
    981981}
    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;
    987987        }
  • src/bp-templates/bp-legacy/css/twentysixteen.scss

     
    13231323                                #item-actions {
    13241324                                        order: 3;
    13251325
    1326                                         h3 {
     1326                                        h2 {
    13271327                                                border-bottom: 1px solid $border-light;
    13281328                                                text-align: center;
    13291329                                        }
     
    13551355                                        padding-left: 0;
    13561356                                }
    13571357
    1358                                 h3 {
     1358                                h2 {
    13591359                                        @include font-size(14);
    13601360
    13611361                                        @media screen and (min-width: 46.25em) {
  • src/bp-templates/bp-legacy/css/twentyten-rtl.css

     
    913913        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    919919        }
     
    955955        padding-right: 0;
    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;
    961961        font-weight: bold;
     
    10081008                padding-top: 0 !important;
    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        }
    10141014}
  • src/bp-templates/bp-legacy/css/twentyten.css

     
    913913        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    919919        }
     
    955955        padding-left: 0;
    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;
    961961        font-weight: bold;
     
    10081008                padding-top: 0 !important;
    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        }
    10141014}
  • src/bp-templates/bp-legacy/css/twentyten.scss

     
    13031303                                #item-actions {
    13041304                                        order: 3;
    13051305
    1306                                         h3 {
     1306                                        h2 {
    13071307                                                border-bottom: 1px solid $border-light;
    13081308                                                text-align: center;
    13091309                                        }
     
    13391339                                        padding-left: 0;
    13401340                                }
    13411341
    1342                                 h3 {
     1342                                h2 {
    13431343                                        @include font-size(14);
    13441344                                        font-weight: bold;
    13451345                                        line-height: 1.4;
     
    14111411                                                padding-top: 0 !important;
    14121412                                                width: auto;
    14131413
    1414                                                 h3 {border-bottom: 1px solid $border-light;}
     1414                                                h2 {border-bottom: 1px solid $border-light;}
    14151415                                        }
    14161416                                } // @media
    14171417                        }
  • src/bp-templates/bp-legacy/css/twentythirteen-rtl.css

     
    912912        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    918918        }
     
    948948        padding-right: 0;
    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;
    954954        padding: 0.2em;
     
    955955}
    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;
    961961        }
     
    978978                float: left;
    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;
    984984        }
  • src/bp-templates/bp-legacy/css/twentythirteen.css

     
    912912        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    918918        }
     
    948948        padding-left: 0;
    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;
    954954        padding: 0.2em;
     
    955955}
    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;
    961961        }
     
    978978                float: right;
    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;
    984984        }
  • src/bp-templates/bp-legacy/css/twentythirteen.scss

     
    12461246                                #item-actions {
    12471247                                        order: 3;
    12481248
    1249                                         h3 {
     1249                                        h2 {
    12501250                                                border-bottom: 1px solid $border-light;
    12511251                                                text-align: center;
    12521252                                        }
     
    12781278                                        padding-left: 0;
    12791279                                }
    12801280
    1281                                 h3 {
     1281                                h2 {
    12821282                                        @include font-size(14);
    12831283
    12841284                                        @media screen and (min-width: 46.25em) {
     
    13101310                                        float: right;
    13111311                                        width: 28%;
    13121312
    1313                                         h3 {
     1313                                        h2 {
    13141314                                                @include font-size(14);
    13151315                                        }
    13161316                                }
  • src/bp-templates/bp-legacy/css/twentytwelve-rtl.css

     
    949949        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    955955        }
     
    991991        padding-right: 0;
    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;
    997997        padding: 0.2em;
     
    10431043                padding-top: 0 !important;
    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        }
    10491049}
  • src/bp-templates/bp-legacy/css/twentytwelve.css

     
    949949        .single-item.groups #buddypress div#item-header #item-actions {
    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;
    955955        }
     
    991991        padding-left: 0;
    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;
    997997        padding: 0.2em;
     
    10431043                padding-top: 0 !important;
    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        }
    10491049}
  • src/bp-templates/bp-legacy/css/twentytwelve.scss

     
    13261326                                #item-actions {
    13271327                                        order: 3;
    13281328
    1329                                         h3 {
     1329                                        h2 {
    13301330                                                border-bottom: 1px solid $border-light;
    13311331                                                text-align: center;
    13321332                                        }
     
    13621362                                        padding-left: 0;
    13631363                                }
    13641364
    1365                                 h3 {
     1365                                h2 {
    13661366                                        @include font-size(14);
    13671367                                        padding: 0.2em;
    13681368                                }
     
    14331433                                                padding-top: 0 !important;
    14341434                                                width: auto;
    14351435
    1436                                                 h3 {border-bottom: 1px solid $border-light;}
     1436                                                h2 {border-bottom: 1px solid $border-light;}
    14371437                                        }
    14381438                                } // @media
    14391439