From 84f40bb16e736066810a6e3fbb7bad45a5e12ec1 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Mon, 28 Aug 2023 20:26:59 +0300 Subject: [PATCH] space around buttons --- code/static/style.css | 4 ++-- code/templates/show_shop.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/static/style.css b/code/static/style.css index 145c3c6..4312f62 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -24,9 +24,9 @@ hr { border-color: #377ba8; } .add-entry dl { font-weight: bold; } .metanav { text-align: left; font-size: 1.2em; background: #ffffff; font-weight: normal; } -.button-panel-row { margin-top: 1em; } +.button-panel-row { margin-top: 0em; } .button-panel-col { float: left; display: block; margin-right: 1em; - min-width: 23ex;} + min-width: 19ex; margin-top: 1em;} .flash { background: #cee5F5; padding: 0.5em; border: 1px solid #aacbe2; } .error { background: #f0d6d6; padding: 0.5em; } diff --git a/code/templates/show_shop.html b/code/templates/show_shop.html index 75af0f9..0d210b4 100644 --- a/code/templates/show_shop.html +++ b/code/templates/show_shop.html @@ -16,7 +16,7 @@   ± - + @@ -40,7 +40,7 @@ - +
@@ -58,7 +58,7 @@ {% endif %}
- +