NIHVIVO-2838: Fixed some layout issues for ie6,7,8,9 in main account management page
This commit is contained in:
parent
ea5094d0ef
commit
2e757891e3
2 changed files with 17 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue