Skip to:
Content

BuddyPress.org

Ticket #8157: 8157-2.patch

File 8157-2.patch, 1.2 KB (added by man4toman, 5 years ago)
  • bp-templates/bp-legacy/css/twentyseventeen.css

     
    19761976#buddypress div.dir-search form input[type="submit"],
    19771977#buddypress div.message-search form input[type="submit"],
    19781978#buddypress li.groups-members-search form input[type="submit"] {
    1979         border-radius: none;
     1979        border-radius: 0;
    19801980        float: right;
    19811981        font-weight: 400;
    19821982        padding: 0.2em 1em;
  • bp-templates/bp-nouveau/css/buddypress.css

     
    752752
    753753.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply {
    754754        border: 0;
    755         border-radius: none;
     755        border-radius: 0;
    756756        font-weight: 400;
    757757        line-height: 1.8;
    758758        margin: 0 0 0 10px;
     
    12751275}
    12761276
    12771277.activity-list .activity-item.mini .activity-avatar {
    1278         margin-left: 0 auto;
     1278        margin-left: 0;
    12791279        text-align: center;
    12801280        width: auto;
    12811281}