NIHVIVO-2838: Fixed some layout issues for ie6,7,8,9 in main account management page
This commit is contained in:
parent
acf520ef2d
commit
078c47ab82
3 changed files with 71 additions and 35 deletions
|
@ -113,4 +113,39 @@ input#submit, input#submit:visited {
|
|||
}
|
||||
#admin .uri-link {
|
||||
padding-top: 5px;
|
||||
}
|
||||
/* Fix account management pages */
|
||||
table#account th {
|
||||
position: relative;
|
||||
}
|
||||
.account-alpha-browse {
|
||||
position: absolute;
|
||||
float: none;
|
||||
top: 7px;
|
||||
right: 0;
|
||||
}
|
||||
#filter-roles {
|
||||
clear: both;
|
||||
}
|
||||
#search-accounts {
|
||||
width: 400px;
|
||||
}
|
||||
#search-accounts input[type="text"] {
|
||||
float: left;
|
||||
}
|
||||
#search-accounts input[type="submit"] {
|
||||
float: right;
|
||||
margin-top: 0;
|
||||
}
|
||||
#add-account {
|
||||
width: 500px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#add-account span {
|
||||
float: left;
|
||||
}
|
||||
#add-account input.add-account {
|
||||
float: left;
|
||||
margin-top: 0;
|
||||
margin-left: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue