1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Fix for admin-ui Navigation 'nav-header'.

This commit is contained in:
Cameron
2017-02-08 17:40:32 -08:00
parent 478f488337
commit e90da77e5a
2 changed files with 5 additions and 1 deletions

View File

@@ -1507,7 +1507,8 @@ class e_admin_dispatcher
case 'url':
$k2 = 'link';
$v = $tp->replaceConstants($v, 'abs').'?mode='.$tmp[0].'&action='.$tmp[1];
$qry = (isset($val['query'])) ? $val['query'] : '?mode='.$tmp[0].'&action='.$tmp[1];
$v = $tp->replaceConstants($v, 'abs').$qry;
break;
case 'uri':

View File

@@ -1005,7 +1005,10 @@ footer { padding-top:150px; padding-bottom:20px; color: rgb(153, 153, 153); }
}
.plugin-navigation .nav-header {
padding: 10px 15px;
}
/* Attempt to Hide the white arrow */