mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 04:31:49 +02:00
changed archive icon, fixed calculation issue
This commit is contained in:
commit
edefa525d6
2 changed files with 3 additions and 2 deletions
|
@ -295,6 +295,7 @@ footer .footer-left {
|
||||||
|
|
||||||
.bill-actions > form > .delete,
|
.bill-actions > form > .delete,
|
||||||
.bill-actions > .edit,
|
.bill-actions > .edit,
|
||||||
|
.bill-actions > form > .archive,
|
||||||
.bill-actions > .show {
|
.bill-actions > .show {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -315,7 +316,7 @@ footer .footer-left {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bill-actions > form > .archive {
|
.bill-actions > form > .archive {
|
||||||
background: url("../images/edit.png") no-repeat right;
|
background: url("../images/archive.png") no-repeat right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bill-actions > .show {
|
.bill-actions > .show {
|
||||||
|
|
BIN
ihatemoney/static/images/archive.png
Normal file
BIN
ihatemoney/static/images/archive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 B |
Loading…
Reference in a new issue