Changeset 12571
- Timestamp:
- 03/15/2020 10:14:12 AM (5 years ago)
- Location:
- trunk/src/bp-templates
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyseventeen-rtl.css
r12226 r12571 1977 1977 #buddypress div.message-search form input[type="submit"], 1978 1978 #buddypress li.groups-members-search form input[type="submit"] { 1979 border-radius: none;1979 border-radius: 0; 1980 1980 float: left; 1981 1981 font-weight: 400; -
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.css
r12297 r12571 1977 1977 #buddypress div.message-search form input[type="submit"], 1978 1978 #buddypress li.groups-members-search form input[type="submit"] { 1979 border-radius: none;1979 border-radius: 0; 1980 1980 float: right; 1981 1981 font-weight: 400; -
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.scss
r12226 r12571 167 167 168 168 @mixin border-radius-none() { 169 -webkit-border-radius: none;170 -moz-border-radius: none;171 -ms-border-radius: none;172 border-radius: none;169 -webkit-border-radius: 0; 170 -moz-border-radius: 0; 171 -ms-border-radius: 0; 172 border-radius: 0; 173 173 } 174 174 -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_activity_entries.scss
r12398 r12571 56 56 57 57 .activity-avatar { 58 margin-left: 0 auto;58 margin-left: 0; 59 59 text-align: center; 60 60 width: auto; -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_filters.scss
r12082 r12571 128 128 .bulk-apply { 129 129 border: 0; 130 border-radius: none;130 border-radius: 0; 131 131 font-weight: 400; 132 132 line-height: 1.8; -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r12570 r12571 750 750 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply { 751 751 border: 0; 752 border-radius: none;752 border-radius: 0; 753 753 font-weight: 400; 754 754 line-height: 1.8; … … 1273 1273 1274 1274 .activity-list .activity-item.mini .activity-avatar { 1275 margin-right: 0 auto;1275 margin-right: 0; 1276 1276 text-align: center; 1277 1277 width: auto; -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r12570 r12571 750 750 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply { 751 751 border: 0; 752 border-radius: none;752 border-radius: 0; 753 753 font-weight: 400; 754 754 line-height: 1.8; … … 1273 1273 1274 1274 .activity-list .activity-item.mini .activity-avatar { 1275 margin-left: 0 auto;1275 margin-left: 0; 1276 1276 text-align: center; 1277 1277 width: auto;
Note: See TracChangeset
for help on using the changeset viewer.