NIHVIVO-2704: Removed unnecessary class and aligned form elements for first column in main user accounts table.

This commit is contained in:
manolobevia 2011-06-29 19:45:21 +00:00
parent ab8a6f0662
commit c9669baaf1
2 changed files with 4 additions and 1 deletions

View file

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

View file

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