Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bmatticus/feature/112 dashboard sorting #538

15 changes: 15 additions & 0 deletions ihatemoney/static/css/datatables.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion ihatemoney/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ footer .footer-left {
}

.project-actions > .delete,
.project-actions > .edit {
.project-actions > .edit,
.project-actions > .see {
font-size: 0px;
display: block;
width: 16px;
Expand All @@ -351,6 +352,10 @@ footer .footer-left {
background: url("../images/edit.png") no-repeat right;
}

.project-actions > .see {
background: url("../images/see.png") no-repeat right;
}

.balance .balance-value {
text-align: right;
}
Expand Down
Binary file added ihatemoney/static/images/sort_asc.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ihatemoney/static/images/sort_asc_disabled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ihatemoney/static/images/sort_both.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ihatemoney/static/images/sort_desc.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ihatemoney/static/images/sort_desc_disabled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.