NIHVIVO-2280: Worked on pagination, accounts per page, sorting columns for accounts display, and select all email addresses. Work in progress, nothing final.

This commit is contained in:
manolobevia 2011-05-11 17:15:09 +00:00
parent b2599aa4a6
commit 1e0c2195e1
3 changed files with 9 additions and 2 deletions

View file

@ -1502,12 +1502,19 @@ table#account td {
padding-top: 0; padding-top: 0;
border-bottom: 1px solid #c1bfbf; border-bottom: 1px solid #c1bfbf;
padding-bottom: 0; padding-bottom: 0;
width: 100%;
} }
.delete-account { .delete-account {
float: left; float: left;
margin-top: 16px; border: 2px solid red;
margin-right: 18px;
} }
.display-tools { .display-tools {
float: left; float: left;
font-size: .875em;
}
.hide {
display: none;
}
.accounts-per-page-form {
display: inline-block;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B