Finally able to properly style radio elements in config screens.
This commit is contained in:
@ -1346,10 +1346,14 @@ fieldset p,
|
|||||||
#template_options .form_field label,
|
#template_options .form_field label,
|
||||||
#template_options .form_select select,
|
#template_options .form_select select,
|
||||||
#template_options .form_field input,
|
#template_options .form_field input,
|
||||||
|
#template_options fieldset legend,
|
||||||
|
#template_options fieldset>.clearfix,
|
||||||
.configuration_group .form_select label,
|
.configuration_group .form_select label,
|
||||||
.configuration_group .form_field label,
|
.configuration_group .form_field label,
|
||||||
.configuration_group .form_select select,
|
.configuration_group .form_select select,
|
||||||
.configuration_group .form_field input {
|
.configuration_group .form_field input,
|
||||||
|
.configuration_group fieldset>fieldset legend,
|
||||||
|
.configuration_group fieldset>fieldset .clearfix {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
width: 48%;
|
width: 48%;
|
||||||
@ -1362,16 +1366,21 @@ fieldset p,
|
|||||||
|
|
||||||
.configuration_group .form_select,
|
.configuration_group .form_select,
|
||||||
.configuration_group .form_field,
|
.configuration_group .form_field,
|
||||||
|
.configuration_group fieldset>fieldset,
|
||||||
#template_select .odd,
|
#template_select .odd,
|
||||||
.media_pane .odd { clear: left; }
|
.media_pane .odd { clear: left; }
|
||||||
|
|
||||||
.configuration_group .form_select,
|
.configuration_group .form_select,
|
||||||
.configuration_group .form_field,
|
.configuration_group .form_field,
|
||||||
|
.configuration_group fieldset>fieldset,
|
||||||
#serendipityScaleImg,
|
#serendipityScaleImg,
|
||||||
.media_file header { overflow: hidden; }
|
.media_file header { overflow: hidden; }
|
||||||
|
|
||||||
#serendipityScaleImg { margin-top: 2.25em; }
|
#serendipityScaleImg { margin-top: 2.25em; }
|
||||||
|
|
||||||
|
.configuration_group fieldset>fieldset .form_radio,
|
||||||
|
#template_options fieldset .form_radio { margin-top: 0; }
|
||||||
|
|
||||||
/* Plugin manager – might go into pluginmanager.css in the end */
|
/* Plugin manager – might go into pluginmanager.css in the end */
|
||||||
.pluginmanager_side {
|
.pluginmanager_side {
|
||||||
float: left;
|
float: left;
|
||||||
|
Reference in New Issue
Block a user