Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/01/2018 05:42:29 PM (7 years ago)
Author:
hnla
Message:

Nouveau: Activity Stream wrapper clearance

Commit addresses issue where parent div lacks sufficient spacing between the filter/searchbar above at medium screens up.

Adds messages search margin refinements.

File:
1 edited

Legend:

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

    r11714 r11920  
    1818    .subnav-filters {
    1919        background: none;
    20         overflow: hidden;
    2120        list-style: none;
    22         margin: $marg-med 0;
     21        margin: $marg-med 0 0;
    2322        padding: 0;
    2423
     
    3837            }
    3938
    40             @include medium-max {
     39            .messages-search {
     40                margin-bottom: 1em;
    4141
    42                 .messages-search {
    43                     clear: both;
     42                @include medium-up {
     43
     44                    margin-bottom: 0;
    4445                }
    4546            }
     
    8687            .bulk-actions-wrap {
    8788                border: 1px solid $bp-border-color;
    88                 float: left;
     89
     90                &.bp-show {
     91                    display: inline-block;
     92                }
     93
     94                &.bp-hide {
     95                    display: none;
     96                }
    8997            }
    9098
     
    93101            }
    94102
    95             .bulk-actions,
    96             label {
     103            .bulk-actions {
    97104                float: left;
    98105            }
    99106
    100107            label {
     108                display: inline-block;
     109                font-weight: 300;
     110                margin-right: 25px;
    101111                padding: 5px 0;
    102                 text-align: center;
    103                 width: 30px;
    104112            }
    105113
Note: See TracChangeset for help on using the changeset viewer.