Skip to:
Content

BuddyPress.org

Changeset 10728


Ignore:
Timestamp:
05/01/2016 01:51:51 PM (8 years ago)
Author:
hnla
Message:

Companion Styles: Groups headings
Commit updates companion styles for recent heading level changes on groups admin/mods lists, ensures rulesets target new heading.
Fixes #7043

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

    r10532 r10728  
    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

    r10532 r10728  
    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

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

    r10532 r10728  
    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

    r10532 r10728  
    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

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

    r10532 r10728  
    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

    r10532 r10728  
    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

    r10532 r10728  
    13241324                    order: 3;
    13251325
    1326                     h3 {
     1326                    h2 {
    13271327                        border-bottom: 1px solid $border-light;
    13281328                        text-align: center;
     
    13561356                }
    13571357
    1358                 h3 {
    1359                     //background: $dark-background;
    1360                     //color: $content-background;
     1358                h2 {
    13611359                    @include font-size(14);
    13621360
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen-rtl.css

    r10532 r10728  
    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;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.css

    r10532 r10728  
    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;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss

    r10532 r10728  
    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
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css

    r10593 r10728  
    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;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.css

    r10593 r10728  
    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;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss

    r10593 r10728  
    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;
Note: See TracChangeset for help on using the changeset viewer.