Changeset 11920
- Timestamp:
- 04/01/2018 05:42:29 PM (7 years ago)
- 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 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 -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss
r11919 r11920 158 158 } // close .bp-list 159 159 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 160 169 .activity-list.bp-list { 161 170 -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r11919 r11920 954 954 display: block; 955 955 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; 956 963 } 957 964 } -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r11919 r11920 954 954 display: block; 955 955 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; 956 963 } 957 964 }
Note: See TracChangeset
for help on using the changeset viewer.