Skip to:
Content

BuddyPress.org

Changeset 12064


Ignore:
Timestamp:
05/05/2018 11:28:17 AM (8 years ago)
Author:
hnla
Message:

Nouveau: Invites member title styling

Commit addresses long user names overlapping the button element.

Adds fixed % width, removes text centering to ensure wrapping of name.

Props boonebgorges

Fixes #7785

Location:
trunk/src/bp-templates/bp-nouveau
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    r12063 r12064  
    25432543
    25442544.buddypress .bp-invites-content ul.item-list li .list-title {
    2545         text-align: center;
    2546         width: auto;
     2545        margin: 0 auto;
     2546        width: 80%;
    25472547}
    25482548
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r12063 r12064  
    25432543
    25442544.buddypress .bp-invites-content ul.item-list li .list-title {
    2545         text-align: center;
    2546         width: auto;
     2545        margin: 0 auto;
     2546        width: 80%;
    25472547}
    25482548
  • trunk/src/bp-templates/bp-nouveau/sass/_nouveau_invites.scss

    r12040 r12064  
    1818
    1919                                .list-title {
    20                                         text-align: center;
    21                                         width: auto;
     20                                        margin: 0 auto;
     21                                        width: 80%;
    2222                                }
    2323
Note: See TracChangeset for help on using the changeset viewer.