Reduced some margin-bottoms

This commit is contained in:
Sarven Capadisli 2009-10-15 14:59:21 +00:00
parent 09bafa13b1
commit afa00b558f
1 changed files with 13 additions and 0 deletions

View File

@ -32,11 +32,19 @@ margin-right:7px;
}
.form_settings fieldset {
margin-bottom:7px;
}
.form_settings label {
width:auto;
display:block;
float:none;
}
.form_settings .form_data li {
margin-bottom:7px;
}
.form_settings .form_data textarea,
.form_settings .form_data select,
.form_settings .form_data input {
@ -146,6 +154,11 @@ min-height:auto;
border:0;
}
.instructions p,
.instructions ul {
margin-bottom:4px;
}
h1 {
margin-bottom:0;
}