From 716023e6c4140fdcd0cacef5a2b7cd778691de0d Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Tue, 1 Nov 2016 16:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E7=99=BB=E9=99=86=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=A2=9E=E5=8A=A0=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/site.css | 7 +++++++ Bootstrap.Admin/Views/Shared/Header.cshtml | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Bootstrap.Admin/Content/css/site.css b/Bootstrap.Admin/Content/css/site.css index c40237fe..8df78c6b 100644 --- a/Bootstrap.Admin/Content/css/site.css +++ b/Bootstrap.Admin/Content/css/site.css @@ -286,6 +286,13 @@ a.logo { display: block; } + .dropdown-menu.extended.logout > li > a > .badge { + position: absolute; + right: 20px; + top: 4px; + background: #FCB322; + } + .dropdown-menu.extended li a { border-bottom: 1px solid #EBEBEB !important; font-size: 12px; diff --git a/Bootstrap.Admin/Views/Shared/Header.cshtml b/Bootstrap.Admin/Views/Shared/Header.cshtml index f66259ba..e1f52175 100644 --- a/Bootstrap.Admin/Views/Shared/Header.cshtml +++ b/Bootstrap.Admin/Views/Shared/Header.cshtml @@ -234,10 +234,10 @@