diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-05-30 14:36:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-30 14:36:50 +0200 |
| commit | 4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561 (patch) | |
| tree | 7df738bf373f07151659b059b6dcf2c70966fb3b /ihatemoney/static | |
| parent | 08e176a27c5c7b4202663cf404c1ca50d288323c (diff) | |
| download | ihatemoney-mirror-4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561.zip ihatemoney-mirror-4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561.tar.gz ihatemoney-mirror-4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561.tar.bz2 | |
Rename see to show (#638)
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 |
