From 0878b32fafb0deccb11b1bcbaa44e04724a2200e Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 10 Jul 2014 19:25:27 +0200 Subject: Fix themes - Add padding for "Connection" button - Adjust height of .header and #global. I don't really like this solution but I can't see any other solution --- p/themes/Origine/origine.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'p/themes/Origine') diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 724378b95..639e08b81 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -11,6 +11,7 @@ html, body { height: 100%; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; + background: #fafafa; } /*=== Links */ @@ -469,15 +470,17 @@ a.btn { /*===============*/ /*=== Header */ .header { + height: 85px; background: #f4f4f4; } .header > .item { - padding: 10px 0; + padding: 10px; border-bottom: 1px solid #aaa; vertical-align: middle; text-align: center; } .header > .item.title h1 { + margin: 0.5em 0; text-shadow: 1px -1px 0 #ccc; } .header > .item.title h1 a { @@ -492,7 +495,7 @@ a.btn { /*=== Body */ #global { - background: #fafafa; + height: calc(100% - 85px); } .aside { border-right: 1px solid #aaa; -- cgit v1.2.3