Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/18/2019 08:33:46 AM (7 years ago)
Author:
imath
Message:

BP Nouveau: polish the layout of BuddyPress parts in Twenty Nineteen

Fixes #8023

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss

    r12082 r12398  
    11// BP Whats new form handles user updates to groups or profiles
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45.activity-update-form {
     
    3132            box-shadow: none;
    3233            display: inline-block;
     34            height: auto;
     35            width: auto;
    3336        }
    3437    }
     
    7174            list-style: none;
    7275            margin: $marg-sml 0;
     76            padding-left: 0;
    7377
    7478            li {
     
    7680            }
    7781
     82            button.bp-remove-item {
     83                margin-left: $marg-sml;
     84                height: auto;
     85            }
     86
    7887            #activity-autocomplete {
    7988                padding: 0.3em;
     89                width: 100%;
    8090            }
    8191
     
    8797                .avatar {
    8898                    width: 30px;
     99                    height: 30px;
    89100                }
    90101
     
    134145        #whats-new-post-in-box,
    135146        #whats-new-submit {
    136             margin-left: 8.5%;
    137 
     147            margin-left: 55px;
    138148        }
    139149
Note: See TracChangeset for help on using the changeset viewer.