Minor cosmetic changes to form_settings. Hope they're right.

This commit is contained in:
Mikael Nordfeldth 2014-10-26 14:54:48 +01:00
parent f69f713360
commit 7a4bfbce18
1 changed files with 3 additions and 7 deletions

View File

@ -1303,20 +1303,16 @@ form label.submit {
display:none;
}
.form_settings {
clear:both;
}
.form_settings fieldset {
margin-top: 10px;
margin-bottom: 30px;
margin-bottom: 10px;
border: none;
}
.form_settings fieldset fieldset {
margin-bottom: 40px;
margin-bottom: 20px;
padding: 10px;
padding-top: 30px;
padding-top: 10px;
border-width:1px;
border-style:solid;
background:rgba(240, 240, 240, 0.2);