Changeset 12013
- Timestamp:
- 04/29/2018 10:39:12 AM (7 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_buttons.scss
r11980 r12013 232 232 background: none; 233 233 234 a:focus, 235 a:hover { 236 text-decoration: underline; 237 } 238 234 239 @include medium-up { 235 240 float: right; -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
r11686 r12013 28 28 29 29 img { 30 box-shadow: none; 30 31 display: inline-block; 31 32 } … … 126 127 display: block; 127 128 float: left; 128 margin: 0 $marg-sml 0 0;129 margin: 0; 129 130 } 130 131 … … 132 133 #whats-new-post-in-box, 133 134 #whats-new-submit { 134 margin-left: 12%; 135 margin-left: 8.5%; 136 135 137 } 136 138 -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r12012 r12013 1116 1116 1117 1117 .activity-update-form #whats-new-avatar img { 1118 box-shadow: none; 1118 1119 display: inline-block; 1119 1120 } … … 1208 1209 display: block; 1209 1210 float: right; 1210 margin: 0 0 0 10px;1211 margin: 0; 1211 1212 } 1212 1213 .activity-update-form #whats-new-content, 1213 1214 .activity-update-form #whats-new-post-in-box, 1214 1215 .activity-update-form #whats-new-submit { 1215 margin-right: 12%;1216 margin-right: 8.5%; 1216 1217 } 1217 1218 .activity-update-form #whats-new-submit input { … … 4058 4059 } 4059 4060 4061 .buddypress #buddypress .create-button a:focus, 4062 .buddypress #buddypress .create-button a:hover { 4063 text-decoration: underline; 4064 } 4065 4060 4066 @media screen and (min-width: 46.8em) { 4061 4067 .buddypress #buddypress .create-button { -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r12012 r12013 1116 1116 1117 1117 .activity-update-form #whats-new-avatar img { 1118 box-shadow: none; 1118 1119 display: inline-block; 1119 1120 } … … 1208 1209 display: block; 1209 1210 float: left; 1210 margin: 0 10px 0 0;1211 margin: 0; 1211 1212 } 1212 1213 .activity-update-form #whats-new-content, 1213 1214 .activity-update-form #whats-new-post-in-box, 1214 1215 .activity-update-form #whats-new-submit { 1215 margin-left: 12%;1216 margin-left: 8.5%; 1216 1217 } 1217 1218 .activity-update-form #whats-new-submit input { … … 4058 4059 } 4059 4060 4061 .buddypress #buddypress .create-button a:focus, 4062 .buddypress #buddypress .create-button a:hover { 4063 text-decoration: underline; 4064 } 4065 4060 4066 @media screen and (min-width: 46.8em) { 4061 4067 .buddypress #buddypress .create-button {
Note: See TracChangeset
for help on using the changeset viewer.