NIHVIVO-2280: Lost my changes due to r8482. Manually added my changes
This commit is contained in:
parent
67fbfb9de0
commit
b066df9501
2 changed files with 11 additions and 6 deletions
|
@ -31,17 +31,23 @@ table#account th {
|
||||||
border: 1px solid #d9e4ea;
|
border: 1px solid #d9e4ea;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
|
table#account th {
|
||||||
|
text-align: left;
|
||||||
|
} /*Fix for IE8 and 9, force text in a cell to be aligned to the left*/
|
||||||
table#account td {
|
table#account td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
border: 1px solid #d9e4ea;
|
border: 1px solid #d9e4ea;
|
||||||
font-size: .9em;
|
font-size: .825em;
|
||||||
|
padding-top: .5em;
|
||||||
|
padding-bottom: .5em;
|
||||||
}
|
}
|
||||||
table#account tr {
|
table#account td a {
|
||||||
background-color: #fff;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
table#account tr:nth-child(2n+1) {
|
table#account tr:nth-child(2n) {
|
||||||
background-color: rgba(200, 200, 180,.25);
|
background-color: rgba(200, 200, 180,.25);
|
||||||
}
|
}
|
||||||
#filter-roles {
|
#filter-roles {
|
||||||
|
|
|
@ -82,8 +82,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col"> <input class="delete-all hidden" type="checkbox" name="delete-all">
|
<th scope="col"> <input class="delete-all hidden" type="checkbox" name="delete-all">
|
||||||
<span>Email Address</span>
|
Email Address
|
||||||
|
|
||||||
<nav class="account-alpha-browse">
|
<nav class="account-alpha-browse">
|
||||||
<a class="sort-asc" href="?accountsPerPage=${accountsPerPage}&orderField=email&orderDirection=ASC" title="ascending order"></a>
|
<a class="sort-asc" href="?accountsPerPage=${accountsPerPage}&orderField=email&orderDirection=ASC" title="ascending order"></a>
|
||||||
<a class="sort-desc" href="?accountsPerPage=${accountsPerPage}&orderField=email&orderDirection=DESC" title="descending order"></a>
|
<a class="sort-desc" href="?accountsPerPage=${accountsPerPage}&orderField=email&orderDirection=DESC" title="descending order"></a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue