From a19b6f5054cb3fcfdd9aeed7d76d727efa0c82f7 Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 16 Jun 2016 20:52:07 +0200 Subject: [PATCH] smaller nav area --- static/css/dropdown.css | 1 - static/css/style-global.css | 5 ++++- templates/default-layout.hamlet | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/css/dropdown.css b/static/css/dropdown.css index 88453f6..b2836c8 100644 --- a/static/css/dropdown.css +++ b/static/css/dropdown.css @@ -1,7 +1,6 @@ #user-nav { list-style: none; font-weight: bold; - margin-bottom: 10px; position: relative; } diff --git a/static/css/style-global.css b/static/css/style-global.css index aea47c8..0f0344b 100755 --- a/static/css/style-global.css +++ b/static/css/style-global.css @@ -205,7 +205,7 @@ #search { - padding: 10px 15px !important; + padding: 10px 15px 0 !important; } #search > form @@ -239,6 +239,7 @@ display: flex; flex-flow: row wrap; justify-content: flex-start; + margin-bottom: 0; } .comment @@ -280,4 +281,6 @@ nav { min-height: 0 !important; + background: #d64760 url('images/overlay.png'); + padding: 1em 2em; } diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 282e23a..73f5ad1 100755 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -1,4 +1,4 @@ -