Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/31/2018 11:44:08 AM (7 years ago)
Author:
hnla
Message:

Nouveau: Remove tooltips on friends request buttons, refactor item layout

Commit removes tooltips.

Adds new class 'friends-requests-list' to better mirror classes on general friends lists.

Updates layout styling for list entries for mobile and desktop views.

Props mercime

Fixes #7716

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss

    r11686 r11915  
    176176}
    177177
     178.friends-request-list {
     179
     180    .item-title {
     181        text-align: center;
     182    }
     183
     184    @include medium-up() {
     185
     186        li {
     187            display: flex;
     188
     189            .item {
     190                flex-grow: 1;
     191            }
     192
     193            .item-title {
     194
     195                @include font-size(22);
     196                text-align: left;
     197            }
     198        }
     199    }
     200
     201}
     202
    178203// If logged out we don't display action buttons
    179204// so lets remove the margin right creating the white-space
Note: See TracChangeset for help on using the changeset viewer.