diff options
Diffstat (limited to 'ihatemoney/static')
| -rw-r--r-- | ihatemoney/static/css/main.css | 12 | ||||
| -rw-r--r-- | ihatemoney/static/images/show.png (renamed from ihatemoney/static/images/see.png) | bin | 259 -> 259 bytes |
2 files changed, 6 insertions, 6 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index ec1481b..44bc5de 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -315,7 +315,7 @@ footer .footer-left { .bill-actions > .delete, .bill-actions > .edit, -.bill-actions > .see { +.bill-actions > .show { font-size: 0px; display: block; width: 16px; @@ -333,8 +333,8 @@ footer .footer-left { background: url("../images/edit.png") no-repeat right; } -.bill-actions > .see { - background: url("../images/see.png") no-repeat right; +.bill-actions > .show { + background: url("../images/show.png") no-repeat right; } #bill_table, @@ -354,7 +354,7 @@ footer .footer-left { .project-actions > .delete, .project-actions > .edit, -.project-actions > .see { +.project-actions > .show { font-size: 0px; display: block; width: 16px; @@ -372,8 +372,8 @@ footer .footer-left { background: url("../images/edit.png") no-repeat right; } -.project-actions > .see { - background: url("../images/see.png") no-repeat right; +.project-actions > .show { + background: url("../images/show.png") no-repeat right; } .history_icon > .delete, diff --git a/ihatemoney/static/images/see.png b/ihatemoney/static/images/show.png Binary files differindex 5b5725a..5b5725a 100644 --- a/ihatemoney/static/images/see.png +++ b/ihatemoney/static/images/show.png |
