Changeset 13365
- Timestamp:
- 11/12/2022 07:29:54 AM (2 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
r12398 r13365 64 64 65 65 @include box-shadow(0 0 6px 0 $med-light-grey); 66 } 67 } 68 } 69 70 #whats-new-buttons { 71 max-width: 100%; 72 padding: 0 0 1em 0; 73 z-index: 1000; 74 margin: 0 0 0.5em 55px; 75 display: flex; 76 gap: 0.6em; 77 margin-left: 55px; 78 79 > li { 80 list-style: none; 81 82 button { 83 padding: 5px 10px; 84 width: auto; 85 height: auto; 66 86 } 67 87 } -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r13342 r13365 1138 1138 .activity-update-form #whats-new-textarea textarea:focus { 1139 1139 box-shadow: 0 0 6px 0 #d6d6d6; 1140 } 1141 1142 .activity-update-form #whats-new-buttons { 1143 max-width: 100%; 1144 padding: 0 0 1em 0; 1145 z-index: 1000; 1146 margin: 0 55px 0.5em 0; 1147 display: flex; 1148 gap: 0.6em; 1149 margin-right: 55px; 1150 } 1151 1152 .activity-update-form #whats-new-buttons > li { 1153 list-style: none; 1154 } 1155 1156 .activity-update-form #whats-new-buttons > li button { 1157 padding: 5px 10px; 1158 width: auto; 1159 height: auto; 1140 1160 } 1141 1161 -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r13342 r13365 1138 1138 .activity-update-form #whats-new-textarea textarea:focus { 1139 1139 box-shadow: 0 0 6px 0 #d6d6d6; 1140 } 1141 1142 .activity-update-form #whats-new-buttons { 1143 max-width: 100%; 1144 padding: 0 0 1em 0; 1145 z-index: 1000; 1146 margin: 0 0 0.5em 55px; 1147 display: flex; 1148 gap: 0.6em; 1149 margin-left: 55px; 1150 } 1151 1152 .activity-update-form #whats-new-buttons > li { 1153 list-style: none; 1154 } 1155 1156 .activity-update-form #whats-new-buttons > li button { 1157 padding: 5px 10px; 1158 width: auto; 1159 height: auto; 1140 1160 } 1141 1161
Note: See TracChangeset
for help on using the changeset viewer.