some css fixes for settings
This commit is contained in:
parent
ced19bf7d8
commit
b286ad221c
@ -29,7 +29,7 @@ ul#settings-privacy-macros {
|
||||
}
|
||||
|
||||
#settings-permissions-wrapper .field > label {
|
||||
width: 350px;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.settings-submit-wrapper {
|
||||
@ -42,8 +42,7 @@ ul#settings-privacy-macros {
|
||||
}
|
||||
|
||||
#settings-notifications .field > label {
|
||||
margin-left: 20px;
|
||||
width: 330px;
|
||||
width: 40%;
|
||||
}
|
||||
#settings-notify-desc, #settings-activity-desc, #settings-vnotify-desc {
|
||||
font-weight: bold;
|
||||
|
@ -1270,7 +1270,7 @@ nav .acpopup {
|
||||
|
||||
.field > label {
|
||||
float: left;
|
||||
width: 350px;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.field input,
|
||||
@ -1280,7 +1280,7 @@ nav .acpopup {
|
||||
.field textarea { height: 100px; }
|
||||
.field_help {
|
||||
display: block;
|
||||
margin-left: 350px;
|
||||
margin-left: 40%;
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
@ -1322,7 +1322,7 @@ nav .acpopup {
|
||||
.hidden { display: none!important; }
|
||||
|
||||
.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%; }
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user