mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-15 03:52:46 +01:00
removing unnecessary links on acp header
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -52,19 +52,10 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="{relative_path}/admin/index">NodeBB ACP</a>
|
||||
<a class="navbar-brand nodebb-logo" href="{relative_path}/admin/index"><img src="{relative_path}/images/logo.png" alt="NodeBB ACP" /> Admin Control Panel</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li>
|
||||
<a href="{relative_path}/admin/index"><i class="fa fa-home" title="Home"></i><span class="visible-xs-inline"> Home</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{relative_path}/admin/settings/general"><i class="fa fa-cogs" title="Settings"></i><span class="visible-xs-inline"> Settings</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{relative_path}/" target="_top"><i class="fa fa-book" title="Forum"></i><span class="visible-xs-inline"> Forum</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" id="reconnect"></a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user