Skip to:
Content

BuddyPress.org

Changeset 11920


Ignore:
Timestamp:
04/01/2018 05:42:29 PM (8 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.

Location:
trunk/src/bp-templates/bp-nouveau
Files:
4 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
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss

    r11919 r11920  
    158158} // close .bp-list
    159159
     160// Ensure there's space between parent act list wrapper and filters bar
     161@include medium-small-up() {
     162
     163        #activity-stream {
     164                clear: both;
     165                padding-top: $pad-med;
     166        }
     167}
     168
    160169.activity-list.bp-list {
    161170
  • trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    r11919 r11920  
    954954                display: block;
    955955                margin: 0 0 5px 0;
     956        }
     957}
     958
     959@media screen and (min-width: 32em) {
     960        #activity-stream {
     961                clear: both;
     962                padding-top: 1em;
    956963        }
    957964}
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r11919 r11920  
    954954                display: block;
    955955                margin: 0 0 5px 0;
     956        }
     957}
     958
     959@media screen and (min-width: 32em) {
     960        #activity-stream {
     961                clear: both;
     962                padding-top: 1em;
    956963        }
    957964}
Note: See TracChangeset for help on using the changeset viewer.