mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Menu-Manager GUI fixes for smaller themes.
This commit is contained in:
@@ -240,7 +240,9 @@ if(strpos(e_QUERY, 'configure') !== FALSE || vartrue($_GET['enc']))
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-options-buttons { white-space: nowrap }
|
.menuOptions > select { max-width:100% }
|
||||||
|
|
||||||
|
.menu-options-buttons { }
|
||||||
#menu-manage-actions { width:50%; vertical-align:top; text-align:center; padding:15px }
|
#menu-manage-actions { width:50%; vertical-align:top; text-align:center; padding:15px }
|
||||||
|
|
||||||
select.menu-btn { text-align:left }
|
select.menu-btn { text-align:left }
|
||||||
|
@@ -1158,7 +1158,7 @@ class e_menuManager {
|
|||||||
}
|
}
|
||||||
elseif(strstr($str, "SITELINKS"))
|
elseif(strstr($str, "SITELINKS"))
|
||||||
{
|
{
|
||||||
echo "<div style='padding: 2px; text-align: center'>[SiteLinks]</div>";
|
echo "[SiteLinks]";
|
||||||
}
|
}
|
||||||
elseif(strstr($str, "LANGUAGELINKS"))
|
elseif(strstr($str, "LANGUAGELINKS"))
|
||||||
{
|
{
|
||||||
@@ -1414,7 +1414,7 @@ class e_menuManager {
|
|||||||
if(!$this->dragDrop)
|
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;
|
// return;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user