Correzioni stile sidebar

This commit is contained in:
Dasc3er 2020-08-27 09:24:28 +02:00
parent 3ca0b487a1
commit 6096979f43
4 changed files with 11 additions and 7 deletions

View File

@ -956,7 +956,7 @@ div.tip {
display: none;
}
.control-sidebar-bg, .control-sidebar {
.control-sidebar {
top: 50px;
}

View File

@ -200,3 +200,7 @@
.skin-default .panel-primary .panel-heading {
border-bottom: 2px solid #57a;
}
.skin-default .nav-button {
background-color: #333;
}

View File

@ -510,7 +510,7 @@ function alertPush() {
$(this).css({
'position': 'fixed',
'z-index': 3,
'z-index': 3000,
'right': '10px',
'top': -100,
}).delay(1000).animate({

View File

@ -332,7 +332,7 @@ if (Auth::check()) {
<!-- Navbar Right Menu -->
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<li class="dropdown notifications-menu" >
<li class="dropdown notifications-menu nav-button">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span id="hooks-label" class="label label-warning">
@ -350,19 +350,19 @@ if (Auth::check()) {
</ul>
</li>
<li><a href="#" onclick="window.print()" class="tip" title="'.tr('Stampa').'">
<li><a href="#" onclick="window.print()" class="tip nav-button" title="'.tr('Stampa').'">
<i class="fa fa-print"></i>
</a></li>
<li><a href="'.$rootdir.'/bug.php" class="tip" title="'.tr('Segnalazione bug').'">
<li><a href="'.$rootdir.'/bug.php" class="tip nav-button" title="'.tr('Segnalazione bug').'">
<i class="fa fa-bug"></i>
</a></li>
<li><a href="'.$rootdir.'/log.php" class="tip" title="'.tr('Log accessi').'">
<li><a href="'.$rootdir.'/log.php" class="tip nav-button" title="'.tr('Log accessi').'">
<i class="fa fa-book"></i>
</a></li>
<li><a href="'.$rootdir.'/info.php" class="tip" title="'.tr('Informazioni').'">
<li><a href="'.$rootdir.'/info.php" class="tip nav-button" title="'.tr('Informazioni').'">
<i class="fa fa-info"></i>
</a></li>