1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-13 17:12:07 +02:00

K-Admin footer fix. Changed PM alert icon from label to badge.

This commit is contained in:
Cameron 2017-10-12 13:57:23 -07:00
parent 537165a879
commit 04f1f0130e
2 changed files with 17 additions and 2 deletions

View File

@ -745,7 +745,7 @@ class admin_shortcodes
if ($count >0)
{
$countDisp = ' <span class="label label-primary">'.$count.'</span> ' ;
$countDisp = ' <span class="badge badge-primary">'.$count.'</span> ' ;
}
else
{

View File

@ -14389,13 +14389,25 @@ body { padding-top: 41px }
.navbar-fixed-top { background-color: #1e1e1e; color: #ffffff; border:0; margin:0!important }
.navbar-fixed-top a { color: #ffffff }
.navbar-fixed-top li > a span.badge {
position: absolute;
top: 5px;
right: 30px;
padding: 3px 6px;
color: #ffffff;
}
footer { position:absolute; left:30%; right:30%; bottom:-500px;}
a.dropdown-toggle i { opacity: 0.9 }
.navbar-default .navbar-nav > li > a {
color: #fff;
}
.admin-left-panel {
background-color: #303030;
height: 3000px;
height: 1500px;
margin-top: -37px;
padding-right: 0;
@ -14451,6 +14463,9 @@ font-family: 'Oswald';
margin-bottom: 15px;
}
/*
.nav-pills li.active a {