NIHVIVO-1838: Fixed some browser issues in IE 6 and 7

This commit is contained in:
mb863 2011-01-20 18:31:23 +00:00
parent 18e4c6dcd8
commit 8019766830
9 changed files with 91 additions and 111 deletions

View file

@ -4,6 +4,13 @@ label{
display: block;
margin-top: .5em;
}
label.inline {
display: inline;
font-weight: normal;
}
input.block{
display: block;
}
textarea{
margin-bottom: 1.5em;
}