1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Admin area: Fix for responsive navigation menu.

This commit is contained in:
Cameron
2017-02-02 08:41:09 -08:00
parent 20628839ac
commit 57ae0a6cb6
3 changed files with 8 additions and 3 deletions

View File

@@ -1830,7 +1830,7 @@ class e_menuManager {
function menuSetConfigList()
{
e107::getMessage()->addDebug("Scanning for Menu config files");
e107::getDebug()->log("Scanning for Menu config files");
$sql = e107::getDb();
$pref = e107::getPref();

View File

@@ -1519,7 +1519,7 @@ class themeHandler
if(($this->themeConfigObj === null) )
{
$mes->addDebug("Loading : ".$confile);
e107::getDebug()->log("Loading : ".$confile);
include ($confile);
$className = 'theme_'.$this->id;

View File

@@ -1410,7 +1410,7 @@ form#simplesef h4 { margin: 0 }
.admin-icon-debug i { margin-right:10px; cursor:help}
.navbar-fixed-top { height: 51px;
.navbar-fixed-top {
font-size: 14px;
left: 0px;
line-height: 20px;
@@ -1473,6 +1473,11 @@ footer {
}
*/
@media (min-width: 1101px ){
.navbar-fixed-top { height: 51px; }
}
@media (max-width: 1400px ){
ul.navbar-nav.navbar-left > li > a > i { display:none; }