NIHVIVO-2280: Worked styling accounts table for main account page.
This commit is contained in:
parent
93ff880dc3
commit
522e21b47a
1 changed files with 29 additions and 3 deletions
|
@ -1521,12 +1521,18 @@ table#account caption {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
table#account th {
|
table#account th {
|
||||||
background-color: #fff;
|
background-color: #F7F9F9;
|
||||||
|
height: 40px;
|
||||||
|
color: #064D68;
|
||||||
|
padding-top: 7px;
|
||||||
|
border: 1px solid #d9e4ea;
|
||||||
|
border-bottom: none;
|
||||||
|
padding-left: 6px;
|
||||||
}
|
}
|
||||||
table#account td {
|
table#account td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
border: 1px solid #F7F9F9;
|
border: 1px solid #d9e4ea;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
table#account tr {
|
table#account tr {
|
||||||
|
@ -1543,6 +1549,26 @@ table#account tr:nth-child(2n+1) {
|
||||||
float: right;
|
float: right;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
.account-alpha-browse {
|
||||||
|
width: 10px;
|
||||||
|
height: 22px;
|
||||||
|
float: right;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
.sort-asc {
|
||||||
|
width: 9px;
|
||||||
|
height:10px;
|
||||||
|
padding-top: 4px;
|
||||||
|
background: url(../images/sort-asc.gif) 0 4px no-repeat;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.sort-desc {
|
||||||
|
width: 9px;
|
||||||
|
height:10px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
background: url(../images/sort-desc.gif) 0 4px no-repeat;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.accounts {
|
.accounts {
|
||||||
clear: left;
|
clear: left;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue