From 61c799447b1a25f9bf839cbda82597dcb87dbca9 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Mon, 3 Jul 2017 15:18:47 +0000 Subject: [PATCH] Improved banner CSS --- src/web/html/index.html | 42 +++++++++++++++----------- src/web/stylesheets/layout/_banner.css | 8 ++--- 2 files changed, 27 insertions(+), 23 deletions(-) diff --git a/src/web/html/index.html b/src/web/html/index.html index 0d2d4246..62c560fd 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -32,6 +32,8 @@ - - - - +
+ <% if (htmlWebpackPlugin.options.inline) { %> + Version <%= htmlWebpackPlugin.options.version %> + <% } else { %> + Download CyberChef + <% } %> +
+
+ + + + +
+
+ Options + About / Support +
diff --git a/src/web/stylesheets/layout/_banner.css b/src/web/stylesheets/layout/_banner.css index df994ea5..cb902157 100644 --- a/src/web/stylesheets/layout/_banner.css +++ b/src/web/stylesheets/layout/_banner.css @@ -10,19 +10,15 @@ position: absolute; height: 30px; width: 100%; - text-align: center; line-height: 30px; border-bottom: 1px solid var(--primary-border-colour); color: var(--banner-font-colour); background-color: var(--banner-bg-colour); } -.banner-right { - float: right; - margin-right: 10px; -} - #banner img { margin-bottom: 2px; margin-left: 8px; + padding-right: 10px; } +