From fa523e0d4a7a681e241c5ffeb4713a7660c3563f Mon Sep 17 00:00:00 2001 From: n1474335 Date: Sun, 17 Jun 2018 14:09:52 +0100 Subject: [PATCH] Changed banner icons to Material Design --- src/web/html/index.html | 6 +++--- src/web/stylesheets/layout/_banner.css | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/web/html/index.html b/src/web/html/index.html index 33ddb9b7..a02de9b7 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -156,7 +156,7 @@ <% if (htmlWebpackPlugin.options.inline) { %> Version <%= htmlWebpackPlugin.options.version %> <% } else { %> - Download CyberChef + Download CyberChef file_download <% } %>
@@ -172,8 +172,8 @@
- Options - About / Support + Options settings + About / Support help
diff --git a/src/web/stylesheets/layout/_banner.css b/src/web/stylesheets/layout/_banner.css index e60899ea..a5e202ac 100755 --- a/src/web/stylesheets/layout/_banner.css +++ b/src/web/stylesheets/layout/_banner.css @@ -17,9 +17,7 @@ margin: 0; } -#banner img { - margin-bottom: 2px; - margin-left: 8px; +#banner i { + vertical-align: middle; padding-right: 10px; } -