diff --git a/template/templates/common/settings_menu.html b/template/templates/common/settings_menu.html index e17f2d27..a664f3f8 100644 --- a/template/templates/common/settings_menu.html +++ b/template/templates/common/settings_menu.html @@ -1,24 +1,24 @@ {{ define "settings_menu" }} {{ end }} \ No newline at end of file diff --git a/template/templates/views/history_entries.html b/template/templates/views/history_entries.html index 09f97112..1e08387c 100644 --- a/template/templates/views/history_entries.html +++ b/template/templates/views/history_entries.html @@ -3,8 +3,8 @@ {{ define "content"}} {{ if not .entries }} diff --git a/template/templates/views/shared_entries.html b/template/templates/views/shared_entries.html index 2dc647a8..0998bcf9 100644 --- a/template/templates/views/shared_entries.html +++ b/template/templates/views/shared_entries.html @@ -12,10 +12,10 @@ data-label-question="{{ t "confirm.question" }}" data-label-yes="{{ t "confirm.yes" }}" data-label-no="{{ t "confirm.no" }}" - data-label-loading="{{ t "confirm.loading" }}">{{ t "menu.flush_history" }} + data-label-loading="{{ t "confirm.loading" }}">{{ icon "delete" }}{{ t "menu.flush_history" }}
  • - {{ t "menu.shared_entries" }} + {{ icon "share" }}{{ t "menu.shared_entries" }}
  • {{ end }} diff --git a/ui/static/bin/sprite.svg b/ui/static/bin/sprite.svg index 99aff3fa..e941e6b8 100644 --- a/ui/static/bin/sprite.svg +++ b/ui/static/bin/sprite.svg @@ -161,4 +161,43 @@ Source: https://github.com/tabler/tabler-icons + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 0ec55c26..f5440361 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -129,6 +129,10 @@ a:hover { line-height: 1.8em; } +.page-header ul a .icon { + padding-bottom: 2px; +} + /* Logo */ .logo { cursor: pointer;