From 9cc17959ca67df52957b7e1756c7792e3907d4a0 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Tue, 1 Nov 2016 12:42:27 -0300 Subject: [PATCH] NavbarSearch CSS included [Issue:#233] --- core/static/css/base/amadeus.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index 7d0ab7c..b6a4848 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -18,7 +18,10 @@ overflow: auto; width: 300px; } - +#NavBarSearch{ + position: absolute; + left: 30%; + } .user-notification-img{ width:40%; } @@ -420,4 +423,4 @@ ul, li { /* Menu link remove radius */ .nav-pills > li > a { border-radius: 0px; -} \ No newline at end of file +} -- libgit2 0.21.2