From d36205017f1373c3efc69462bef0186979d2191f Mon Sep 17 00:00:00 2001 From: dignajar Date: Tue, 31 May 2016 21:33:22 -0300 Subject: [PATCH] Logout button --- bl-kernel/admin/themes/default/css/default.css | 11 +++++++++-- bl-kernel/admin/themes/default/index.php | 9 ++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/bl-kernel/admin/themes/default/css/default.css b/bl-kernel/admin/themes/default/css/default.css index de9fec9a..4c08c5a2 100644 --- a/bl-kernel/admin/themes/default/css/default.css +++ b/bl-kernel/admin/themes/default/css/default.css @@ -90,8 +90,15 @@ li.bludit-logo { } .bludit-user-navbar { - text-align: right !important; - padding-right: 60px !important; + background: #333 none repeat scroll 0 0; + border-color: #ccc; + border-radius: 0 0 5px 5px !important; + color: #fff; + position: absolute; +} + +.bludit-user-navbar a { + color: #fff !important; } @media (min-width: 333px) and (max-width: 959px) { diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php index a6b604a5..7796ab00 100644 --- a/bl-kernel/admin/themes/default/index.php +++ b/bl-kernel/admin/themes/default/index.php @@ -100,7 +100,8 @@ $(document).ready(function() {