NIHVIVO-2838: Fixed some layout issues for ie6,7,8,9 in main account management page

This commit is contained in:
manolobevia 2011-07-07 21:52:37 +00:00
parent ea5094d0ef
commit 2e757891e3
2 changed files with 17 additions and 3 deletions

View file

@ -32,6 +32,20 @@ table#account th {
border-bottom: none;
padding-left: 6px;
}
/* Fix for IE8 and 9
table#account thead tr:first-child th:first-child {
position: relative;
}
table#account input.delete-all {
position: absolute;
left: 5px;
top: 10px;
}
table#account thead span {
position: absolute;
left: 30px;
}
*/
table#account td {
vertical-align: top;
padding: .5em;