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
|
@ -198,4 +198,39 @@ form.customForm #requiredLegend {
|
||||||
}
|
}
|
||||||
#admin .uri-link {
|
#admin .uri-link {
|
||||||
padding-top: 5px;
|
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: 400px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
#add-account span {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
#add-account input.add-account {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-left: 5px;
|
||||||
|
float: right;
|
||||||
}
|
}
|
|
@ -113,4 +113,39 @@ input#submit, input#submit:visited {
|
||||||
}
|
}
|
||||||
#admin .uri-link {
|
#admin .uri-link {
|
||||||
padding-top: 5px;
|
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;
|
||||||
}
|
}
|
|
@ -1508,7 +1508,7 @@ section.accounts input.delete,
|
||||||
section.accounts input.delete:visited {
|
section.accounts input.delete:visited {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
color: #2485AE;
|
color: #2485AE;
|
||||||
border: 1px solid rgba(36, 133, 174,.25);
|
border: 1px solid #96c5da;
|
||||||
}
|
}
|
||||||
section.accounts input.delete:hover {
|
section.accounts input.delete:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -1542,37 +1542,3 @@ input.add-account:active {
|
||||||
#contact_form textarea {
|
#contact_form textarea {
|
||||||
width: 40em;
|
width: 40em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------------> */
|
|
||||||
/* MENU MANAGEMENT ------------------------------------> */
|
|
||||||
/* -------------------------------------------------> */
|
|
||||||
/*table#menu-management {
|
|
||||||
table-layout: auto;
|
|
||||||
width: 450px;
|
|
||||||
text-align: left;
|
|
||||||
margin: 0 auto;
|
|
||||||
border-collapse: collapse;
|
|
||||||
empty-cells: show;
|
|
||||||
caption-side: top;
|
|
||||||
margin: 20px 0 20px 0;
|
|
||||||
}
|
|
||||||
table#menu-management caption {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
table#menu-management th{
|
|
||||||
background-color: #fff;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
table#menu-management td {
|
|
||||||
vertical-align: top;
|
|
||||||
padding: .5em;
|
|
||||||
border: 1px solid #F7F9F9;
|
|
||||||
font-size: .9em;
|
|
||||||
}
|
|
||||||
table#menu-management tr {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
table#menu-management tr:nth-child(2n+1) {
|
|
||||||
background-color: rgba(200, 200, 180,.25);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue