From a4f72a7ddf7795514fa6f0e66b5bd42c9da0882d Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Mon, 17 Oct 2022 18:37:16 +0200 Subject: [PATCH] chg: [UI] Make menu little bit nicer --- app/webroot/css/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/webroot/css/main.css b/app/webroot/css/main.css index 8f82c4e29..94a73b2fd 100644 --- a/app/webroot/css/main.css +++ b/app/webroot/css/main.css @@ -8,6 +8,7 @@ body { width:100%; min-width:1300px; z-index: 20; + margin-bottom: 0; } input[type="file"] { @@ -229,13 +230,14 @@ div.index, div.view { float:right; width:calc(100% - 216px); - border-left:1px solid #666; - padding:0px 10px; + border-left:1px solid silver; + padding:0 10px; padding-bottom:40px; } div.actions { float:left; width:170px; + margin-top: 10px; } div.menuless-form { @@ -245,7 +247,6 @@ div.menuless-form { width:550px; } - div.actions h3 { padding-top:0; color:#777;