mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Correzioni stile sidebar
This commit is contained in:
parent
3ca0b487a1
commit
6096979f43
@ -956,7 +956,7 @@ div.tip {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-sidebar-bg, .control-sidebar {
|
.control-sidebar {
|
||||||
top: 50px;
|
top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -200,3 +200,7 @@
|
|||||||
.skin-default .panel-primary .panel-heading {
|
.skin-default .panel-primary .panel-heading {
|
||||||
border-bottom: 2px solid #57a;
|
border-bottom: 2px solid #57a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.skin-default .nav-button {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
@ -510,7 +510,7 @@ function alertPush() {
|
|||||||
|
|
||||||
$(this).css({
|
$(this).css({
|
||||||
'position': 'fixed',
|
'position': 'fixed',
|
||||||
'z-index': 3,
|
'z-index': 3000,
|
||||||
'right': '10px',
|
'right': '10px',
|
||||||
'top': -100,
|
'top': -100,
|
||||||
}).delay(1000).animate({
|
}).delay(1000).animate({
|
||||||
|
@ -332,7 +332,7 @@ if (Auth::check()) {
|
|||||||
<!-- Navbar Right Menu -->
|
<!-- Navbar Right Menu -->
|
||||||
<div class="navbar-custom-menu">
|
<div class="navbar-custom-menu">
|
||||||
<ul class="nav navbar-nav">
|
<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">
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||||
<i class="fa fa-bell-o"></i>
|
<i class="fa fa-bell-o"></i>
|
||||||
<span id="hooks-label" class="label label-warning">
|
<span id="hooks-label" class="label label-warning">
|
||||||
@ -350,19 +350,19 @@ if (Auth::check()) {
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</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>
|
<i class="fa fa-print"></i>
|
||||||
</a></li>
|
</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>
|
<i class="fa fa-bug"></i>
|
||||||
</a></li>
|
</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>
|
<i class="fa fa-book"></i>
|
||||||
</a></li>
|
</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>
|
<i class="fa fa-info"></i>
|
||||||
</a></li>
|
</a></li>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user