Ticket #8157: 8157-3.patch
File 8157-3.patch, 2.7 KB (added by , 5 years ago) |
---|
-
src/bp-templates/bp-legacy/css/twentyseventeen.css
1976 1976 #buddypress div.dir-search form input[type="submit"], 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; 1982 1982 padding: 0.2em 1em; -
src/bp-templates/bp-legacy/css/twentyseventeen.scss
166 166 } 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 175 175 // Box sizing -
src/bp-templates/bp-nouveau/common-styles/_bp_activity_entries.scss
55 55 position: relative; 56 56 57 57 .activity-avatar { 58 margin-left: 0 auto;58 margin-left: 0; 59 59 text-align: center; 60 60 width: auto; 61 61 -
src/bp-templates/bp-nouveau/common-styles/_bp_filters.scss
127 127 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; 133 133 margin: 0 0 0 10px; -
src/bp-templates/bp-nouveau/css/buddypress.css
749 749 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; 755 755 margin: 0 0 0 10px; … … 1272 1272 } 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; 1278 1278 }