fixing the fixed height of .change_form in order to provide an "auto height"

This commit is contained in:
Douglas Miranda 2013-07-09 03:04:28 -04:00
parent 9b7560e720
commit 90342afba2

View file

@ -34,7 +34,9 @@
.change_form {
border: 1px solid #C6BCBC;
border-radius: 5px;
height: 360px;
}
.change_form .controls{
display: inline-block;
}
label {