From be293a03de48afad1adb7760d252af6f35e3c574 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 9 Jan 2017 19:17:21 -0300 Subject: [PATCH] Header --- client/coral-admin/src/components/ui/Header.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/coral-admin/src/components/ui/Header.css b/client/coral-admin/src/components/ui/Header.css index 3be954f81..22774baef 100644 --- a/client/coral-admin/src/components/ui/Header.css +++ b/client/coral-admin/src/components/ui/Header.css @@ -11,7 +11,6 @@ margin: 0 auto; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); height: 58px; - overflow: hidden; } .active { @@ -27,18 +26,19 @@ .rightPanel ul { list-style: none; line-height: 38px; + margin-right: 20px; } .rightPanel li { display: inline-block; float: right; margin-left: 15px; + font-size: 15px; + font-weight: 500; } .rightPanel .settings { vertical-align: middle; - border-radius: 3px; - border: solid 1px #9e9e9e; line-height: 10px; } @@ -58,7 +58,8 @@ } .nav { - height: auto; + overflow: hidden; + height: 58px !important; } .nav .navLink {