NIHVIVO-2704: Removed unnecessary class and aligned form elements for first column in main user accounts table.
This commit is contained in:
parent
ab8a6f0662
commit
c9669baaf1
2 changed files with 4 additions and 1 deletions
|
@ -102,6 +102,9 @@ nav.alpha-browse-account a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.delete-all {
|
||||||
|
margin-left: 6px;
|
||||||
|
}
|
||||||
/* ADD ACCOUNTS ------> */
|
/* ADD ACCOUNTS ------> */
|
||||||
form.customForm #reset-password {
|
form.customForm #reset-password {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">
|
<th scope="col">
|
||||||
<input class="hide" type="checkbox" name="delete-all">
|
<input class="delete-all" type="checkbox" name="delete-all">
|
||||||
Email Address
|
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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue