NIHVIVO-2280: Lost my changes due to r8482. Manually added my changes

This commit is contained in:
manolobevia 2011-07-11 15:25:17 +00:00
parent 67fbfb9de0
commit b066df9501
2 changed files with 11 additions and 6 deletions

View file

@ -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 {

View file

@ -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>