- Timestamp:
- 05/18/2019 08:33:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
r12082 r12398 1 1 // 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 3 4 4 5 .activity-update-form { … … 31 32 box-shadow: none; 32 33 display: inline-block; 34 height: auto; 35 width: auto; 33 36 } 34 37 } … … 71 74 list-style: none; 72 75 margin: $marg-sml 0; 76 padding-left: 0; 73 77 74 78 li { … … 76 80 } 77 81 82 button.bp-remove-item { 83 margin-left: $marg-sml; 84 height: auto; 85 } 86 78 87 #activity-autocomplete { 79 88 padding: 0.3em; 89 width: 100%; 80 90 } 81 91 … … 87 97 .avatar { 88 98 width: 30px; 99 height: 30px; 89 100 } 90 101 … … 134 145 #whats-new-post-in-box, 135 146 #whats-new-submit { 136 margin-left: 8.5%; 137 147 margin-left: 55px; 138 148 } 139 149
Note: See TracChangeset
for help on using the changeset viewer.