1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Menu-Manager GUI fixes for smaller themes.

This commit is contained in:
Cameron
2013-04-14 20:19:10 -07:00
parent 00fc492838
commit 13382a5407
2 changed files with 5 additions and 3 deletions

View File

@@ -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 }
select.menu-btn { text-align:left }

View File

@@ -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;