more space between input fields

This commit is contained in:
Roland Gruber 2011-12-08 19:44:56 +00:00
parent f473d5ba84
commit 1edabde88c
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ select {
background:#F5F5F5 none repeat-x scroll 50% 50%;
border:1px solid #AAAAAA;
color:#222222;
margin: 1px;
}
input {
margin: 1px;
}
.align-middle {