Ticket #7083: 7083-admin-css.patch
File 7083-admin-css.patch, 4.9 KB (added by , 9 years ago) |
---|
-
src/bp-members/admin/css/admin-rtl.css
1 /**** BP Members Profile Administration Screens ****/ 1 /**** BP Members Profile Administration Screens 2 * TO DO: Organize and clean up stylesheet. 3 ****/ 2 4 3 5 div#profile-page.wrap form#your-profile { 4 6 position: relative; … … 141 143 margin-right: 200px; 142 144 width: auto; 143 145 } 144 .field_type_radio .radio div:not(.field-visibility-settings) label { /* force radio buttons to new lines */ 146 .field_type_radio .radio div:not(.field-visibility-settings) label, 147 .field_type_checkbox .checkbox div:not(.field-visibility-settings) label { 148 /* force checkboxes and radio buttons to new lines */ 145 149 display: block; 146 150 } 147 .field_type_radio .radio div:not(.field-visibility-settings) { /* make the radio buttons sit in the right side column */ 151 .field_type_checkbox .checkbox div:not(.field-visibility-settings), 152 .field_type_datebox .datebox div:not(.field-visibility-settings), 153 .field_type_radio .radio div:not(.field-visibility-settings) { 154 /* make the checkboxes, select menus, and radio buttons sit in the right side column */ 148 155 display: inline-block; 149 156 } 150 157 .field-visibility-settings-notoggle, … … 176 183 width: 192px; 177 184 } 178 185 179 #your-profile .bp-profile-field .radio legend { 186 #your-profile .bp-profile-field .radio legend, 187 #your-profile .bp-profile-field .checkbox legend { 180 188 margin-bottom: 20px; 181 189 vertical-align: top; 182 190 } … … 194 202 display: block; 195 203 margin-bottom: 12px; 196 204 } 197 .bp-profile-field .checkbox > label,198 .bp-profile-field .checkbox > label + label {199 margin-right: 50px;200 }201 205 .bp-profile-field .checkbox label, 202 206 .bp-profile-field .radio label { 203 207 line-height: 1.4em; … … 210 214 } 211 215 .bp-profile-field .clear-value, 212 216 .bp-profile-field .description, 217 .bp-profile-field input[type="checkbox"], 213 218 .bp-profile-field input[type="email"], 214 219 .bp-profile-field input[type="number"], 215 220 .bp-profile-field input[type="radio"], … … 231 236 } 232 237 233 238 @media screen and (max-width: 480px) { 234 .bp-profile-field .checkbox > label,235 .bp-profile-field .checkbox > label + label,236 239 .bp-profile-field .clear-value, 237 240 .bp-profile-field .description, 241 .bp-profile-field input[type="checkbox"], 238 242 .bp-profile-field input[type="email"], 239 243 .bp-profile-field input[type="number"], 240 244 .bp-profile-field input[type="radio"], -
src/bp-members/admin/css/admin.css
1 /**** BP Members Profile Administration Screens ****/ 1 /**** BP Members Profile Administration Screens 2 * TO DO: Organize and clean up stylesheet. 3 ****/ 2 4 3 5 div#profile-page.wrap form#your-profile { 4 6 position: relative; … … 141 143 margin-left: 200px; 142 144 width: auto; 143 145 } 144 .field_type_radio .radio div:not(.field-visibility-settings) label { /* force radio buttons to new lines */ 146 .field_type_radio .radio div:not(.field-visibility-settings) label, 147 .field_type_checkbox .checkbox div:not(.field-visibility-settings) label { 148 /* force checkboxes and radio buttons to new lines */ 145 149 display: block; 146 150 } 147 .field_type_radio .radio div:not(.field-visibility-settings) { /* make the radio buttons sit in the right side column */ 151 .field_type_checkbox .checkbox div:not(.field-visibility-settings), 152 .field_type_datebox .datebox div:not(.field-visibility-settings), 153 .field_type_radio .radio div:not(.field-visibility-settings) { 154 /* make the checkboxes, select menus, and radio buttons sit in the right side column */ 148 155 display: inline-block; 149 156 } 150 157 .field-visibility-settings-notoggle, … … 176 183 width: 192px; 177 184 } 178 185 179 #your-profile .bp-profile-field .radio legend { 186 #your-profile .bp-profile-field .radio legend, 187 #your-profile .bp-profile-field .checkbox legend { 180 188 margin-bottom: 20px; 181 189 vertical-align: top; 182 190 } … … 194 202 display: block; 195 203 margin-bottom: 12px; 196 204 } 197 .bp-profile-field .checkbox > label,198 .bp-profile-field .checkbox > label + label {199 margin-left: 50px;200 }201 205 .bp-profile-field .checkbox label, 202 206 .bp-profile-field .radio label { 203 207 line-height: 1.4em; … … 210 214 } 211 215 .bp-profile-field .clear-value, 212 216 .bp-profile-field .description, 217 .bp-profile-field input[type="checkbox"], 213 218 .bp-profile-field input[type="email"], 214 219 .bp-profile-field input[type="number"], 215 220 .bp-profile-field input[type="radio"], … … 231 236 } 232 237 233 238 @media screen and (max-width: 480px) { 234 .bp-profile-field .checkbox > label,235 .bp-profile-field .checkbox > label + label,236 239 .bp-profile-field .clear-value, 237 240 .bp-profile-field .description, 241 .bp-profile-field input[type="checkbox"], 238 242 .bp-profile-field input[type="email"], 239 243 .bp-profile-field input[type="number"], 240 244 .bp-profile-field input[type="radio"],