- Timestamp:
- 04/01/2018 05:42:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_filters.scss
r11714 r11920 18 18 .subnav-filters { 19 19 background: none; 20 overflow: hidden;21 20 list-style: none; 22 margin: $marg-med 0 ;21 margin: $marg-med 0 0; 23 22 padding: 0; 24 23 … … 38 37 } 39 38 40 @include medium-max { 39 .messages-search { 40 margin-bottom: 1em; 41 41 42 .messages-search { 43 clear: both; 42 @include medium-up { 43 44 margin-bottom: 0; 44 45 } 45 46 } … … 86 87 .bulk-actions-wrap { 87 88 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 } 89 97 } 90 98 … … 93 101 } 94 102 95 .bulk-actions, 96 label { 103 .bulk-actions { 97 104 float: left; 98 105 } 99 106 100 107 label { 108 display: inline-block; 109 font-weight: 300; 110 margin-right: 25px; 101 111 padding: 5px 0; 102 text-align: center;103 width: 30px;104 112 } 105 113
Note: See TracChangeset
for help on using the changeset viewer.