From bc574b0e2bc2de3dcbbf162598aae97d1060b8bc Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 26 Sep 2014 16:16:19 -0400 Subject: [PATCH] removing unnecessary links on acp header --- public/less/admin/admin.less | 22 +++++++++++++++++----- src/views/admin/header.tpl | 11 +---------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/public/less/admin/admin.less b/public/less/admin/admin.less index 1e5c65ca3c..fdd4b4b2a1 100644 --- a/public/less/admin/admin.less +++ b/public/less/admin/admin.less @@ -1,6 +1,12 @@ @import "./bootstrap/bootstrap"; @import "../mixins"; +.box-header-font { + font-size: 11px; + text-transform: uppercase; + font-weight: 700; +} + .admin { padding-top: 70px; background: #f0f0f0; @@ -10,10 +16,16 @@ padding: 0px 15px; } - .box-header-font { - font-size: 11px; - text-transform: uppercase; - font-weight: 700; + .nodebb-logo { + img { + height: 31px; + margin-top: -8px; + margin-left: -7px; + vertical-align: -43%; + } + + .box-header-font; + color: #fff; } #main-menu { @@ -54,7 +66,7 @@ li { &:hover a { background-color: #2f2f2f; - } + } a { color: white; diff --git a/src/views/admin/header.tpl b/src/views/admin/header.tpl index 75f24e4705..d896149c34 100644 --- a/src/views/admin/header.tpl +++ b/src/views/admin/header.tpl @@ -52,19 +52,10 @@ - NodeBB ACP +