mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
Admin area: Fix for responsive navigation menu.
This commit is contained in:
@@ -1830,7 +1830,7 @@ class e_menuManager {
|
|||||||
|
|
||||||
function menuSetConfigList()
|
function menuSetConfigList()
|
||||||
{
|
{
|
||||||
e107::getMessage()->addDebug("Scanning for Menu config files");
|
e107::getDebug()->log("Scanning for Menu config files");
|
||||||
|
|
||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
$pref = e107::getPref();
|
$pref = e107::getPref();
|
||||||
|
@@ -1519,7 +1519,7 @@ class themeHandler
|
|||||||
|
|
||||||
if(($this->themeConfigObj === null) )
|
if(($this->themeConfigObj === null) )
|
||||||
{
|
{
|
||||||
$mes->addDebug("Loading : ".$confile);
|
e107::getDebug()->log("Loading : ".$confile);
|
||||||
include ($confile);
|
include ($confile);
|
||||||
$className = 'theme_'.$this->id;
|
$className = 'theme_'.$this->id;
|
||||||
|
|
||||||
|
@@ -1410,7 +1410,7 @@ form#simplesef h4 { margin: 0 }
|
|||||||
|
|
||||||
.admin-icon-debug i { margin-right:10px; cursor:help}
|
.admin-icon-debug i { margin-right:10px; cursor:help}
|
||||||
|
|
||||||
.navbar-fixed-top { height: 51px;
|
.navbar-fixed-top {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
@@ -1473,6 +1473,11 @@ footer {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@media (min-width: 1101px ){
|
||||||
|
.navbar-fixed-top { height: 51px; }
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1400px ){
|
@media (max-width: 1400px ){
|
||||||
|
|
||||||
ul.navbar-nav.navbar-left > li > a > i { display:none; }
|
ul.navbar-nav.navbar-left > li > a > i { display:none; }
|
||||||
|
Reference in New Issue
Block a user