some css fixes for settings

This commit is contained in:
Mario Vavti 2015-02-28 23:21:05 +01:00
parent ced19bf7d8
commit b286ad221c
2 changed files with 5 additions and 6 deletions

View File

@ -29,7 +29,7 @@ ul#settings-privacy-macros {
} }
#settings-permissions-wrapper .field > label { #settings-permissions-wrapper .field > label {
width: 350px; width: 40%;
} }
.settings-submit-wrapper { .settings-submit-wrapper {
@ -42,8 +42,7 @@ ul#settings-privacy-macros {
} }
#settings-notifications .field > label { #settings-notifications .field > label {
margin-left: 20px; width: 40%;
width: 330px;
} }
#settings-notify-desc, #settings-activity-desc, #settings-vnotify-desc { #settings-notify-desc, #settings-activity-desc, #settings-vnotify-desc {
font-weight: bold; font-weight: bold;

View File

@ -1270,7 +1270,7 @@ nav .acpopup {
.field > label { .field > label {
float: left; float: left;
width: 350px; width: 40%;
} }
.field input, .field input,
@ -1280,7 +1280,7 @@ nav .acpopup {
.field textarea { height: 100px; } .field textarea { height: 100px; }
.field_help { .field_help {
display: block; display: block;
margin-left: 350px; margin-left: 40%;
color: #666666; color: #666666;
} }
@ -1322,7 +1322,7 @@ nav .acpopup {
.hidden { display: none!important; } .hidden { display: none!important; }
.field.radio .field_help { margin-left: 0px; } .field.radio .field_help { margin-left: 0px; }
.field.checkbox .field_help { display: inline; margin-left: 10px; } .field.checkbox .field_help { display: block; margin-left: 40%; }
/** /**