Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/01/2018 11:27:49 AM (7 years ago)
Author:
hnla
Message:

Nouveau: Update styles

Commit addresses minor padding , margin issues.

File:
1 edited

Legend:

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

    r11915 r11919  
    185185
    186186        li {
    187             display: flex;
     187
     188            @include flex-box-dir();
    188189
    189190            .item {
    190                 flex-grow: 1;
     191
     192                @include box-item-size($grow: 1);
     193            }
     194
     195            .action {
     196                text-align: right;
    191197            }
    192198
     
    199205    }
    200206
     207}
     208
     209#notifications-user-list {
     210    clear: both;
     211    padding-top: $pad-med;
    201212}
    202213
Note: See TracChangeset for help on using the changeset viewer.