Changeset 10856
- Timestamp:
- 06/01/2016 06:50:58 PM (9 years ago)
- Location:
- trunk/src/bp-members/admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/admin/css/admin-rtl.css
r10810 r10856 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 { … … 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 .input-options label, 147 .field_type_checkbox .checkbox .input-options 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 .input-options, 152 .field_type_datebox .datebox .input-options, 153 .field_type_radio .radio .input-options { 154 /* make the checkboxes, select menus, and radio buttons sit in the right side column */ 148 155 display: inline-block; 149 156 } … … 168 175 #your-profile .bp-profile-field .datebox legend, 169 176 #your-profile .bp-profile-field .radio legend { 170 display: inline-block;177 float:right; /* Firefox will not apply display: inline-block to legends */ 171 178 font-size: 14px; 172 179 font-weight: 600; … … 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 vertical-align: top;182 189 } 183 190 … … 191 198 #your-profile .bp-profile-field .radio legend, 192 199 .bp-profile-field label { 200 float: none; 193 201 clear: right; 194 202 display: block; 195 203 margin-bottom: 12px; 196 }197 .bp-profile-field .checkbox > label,198 .bp-profile-field .checkbox > label + label {199 margin-right: 50px;200 204 } 201 205 .bp-profile-field .checkbox label, … … 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"], … … 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"], -
trunk/src/bp-members/admin/css/admin.css
r10810 r10856 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 { … … 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 .input-options label, 147 .field_type_checkbox .checkbox .input-options 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 .input-options, 152 .field_type_datebox .datebox .input-options, 153 .field_type_radio .radio .input-options { 154 /* make the checkboxes, select menus, and radio buttons sit in the right side column */ 148 155 display: inline-block; 149 156 } … … 168 175 #your-profile .bp-profile-field .datebox legend, 169 176 #your-profile .bp-profile-field .radio legend { 170 display: inline-block;177 float:left; /* Firefox will not apply display: inline-block to legends */ 171 178 font-size: 14px; 172 179 font-weight: 600; … … 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 vertical-align: top;182 189 } 183 190 … … 191 198 #your-profile .bp-profile-field .radio legend, 192 199 .bp-profile-field label { 200 float: none; 193 201 clear: left; 194 202 display: block; 195 203 margin-bottom: 12px; 196 }197 .bp-profile-field .checkbox > label,198 .bp-profile-field .checkbox > label + label {199 margin-left: 50px;200 204 } 201 205 .bp-profile-field .checkbox label, … … 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"], … … 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"],
Note: See TracChangeset
for help on using the changeset viewer.