mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Menu-Manager GUI fixes for smaller themes.
This commit is contained in:
@@ -1158,7 +1158,7 @@ class e_menuManager {
|
||||
}
|
||||
elseif(strstr($str, "SITELINKS"))
|
||||
{
|
||||
echo "<div style='padding: 2px; text-align: center'>[SiteLinks]</div>";
|
||||
echo "[SiteLinks]";
|
||||
}
|
||||
elseif(strstr($str, "LANGUAGELINKS"))
|
||||
{
|
||||
@@ -1414,7 +1414,7 @@ class e_menuManager {
|
||||
if(!$this->dragDrop)
|
||||
{
|
||||
|
||||
return "<b class='muted'>".$caption."</b><br />". $text;
|
||||
return "<b class='muted' style='color:#2F2F2F;text-align:left'>".$caption."</b><br />". $text;
|
||||
// return;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user