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

This commit is contained in:
mb863 2011-01-20 18:31:47 +00:00
parent 378acfd9dd
commit 737024a8e0
4 changed files with 66 additions and 29 deletions

View file

@ -16,4 +16,14 @@
*float: none !important;
*display: inline !important;
*vertical-align: top !important;
}
/* Fix for photo upload */
input#submit,
input#submit:visited{
padding: 5px 5px 7px;
margin-left: -17px;
}
/* Fix individual pages */
#share-contact {
width: auto;
}