From eebf02b66c0ba5d22f7a14436037d6a75cdf91c6 Mon Sep 17 00:00:00 2001 From: Jens Kleineheismann Date: Fri, 22 Mar 2019 17:33:58 +0100 Subject: [PATCH] UPD: modified global css. --- dav_base/static/dav_base/css/local.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/dav_base/static/dav_base/css/local.css b/dav_base/static/dav_base/css/local.css index 90cde2e..89d2e59 100644 --- a/dav_base/static/dav_base/css/local.css +++ b/dav_base/static/dav_base/css/local.css @@ -36,6 +36,7 @@ thead input { /* border-bottom: 2px solid #646464; */ background-color: #58ab27; color: #e3e3e3; + margin-bottom: 1.2rem; } #page-header h2 { @@ -65,8 +66,7 @@ thead input { * Messages */ #messages div.alert { - margin-top: 1.2rem; - margin-bottom: 0rem; + margin-bottom: 1.2rem; } /* @@ -74,10 +74,16 @@ thead input { */ #page-body { padding-bottom: 4.8rem; + background-color: #fcc; } -#page-body h5 { - margin-top: 0px; +#page-body .vspace { + content: "\202f"; + height: 0px; + margin-bottom: 1.2rem; +} + +#page-body h5, #page-body h6 { font-weight: bold; } @@ -114,13 +120,11 @@ thead input { /* * Misc */ -.container > .jumbotron, -.container-fluid > .jumbotron { - margin-top: 2.4rem; +.jumbotron > h1 { + margin-top: 0px; } .action-tabs { - margin-top: 2.4rem; margin-bottom: 1.2rem; }