diff --git a/e107_admin/menus.php b/e107_admin/menus.php
index f0d45ccde..1f3f0398f 100644
--- a/e107_admin/menus.php
+++ b/e107_admin/menus.php
@@ -139,7 +139,6 @@ if(strpos(e_QUERY, 'configure') !== FALSE || vartrue($_GET['enc']))
e107::css('inline'," .column { width:100%; padding-bottom: 100px; }
- .regularMenu { cursor:move; border-bottom:1px dotted silver; margin-bottom:6px; padding-left:3px; padding-right:3px; padding-bottom:20px }
#core-menumanager-main th {color: silver; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:14px; font-weight: bold; line-height:24px; background-color:#2F2F2F }
.portlet { margin: 0 1em 1em 0; }
.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; cursor:move }
@@ -324,13 +323,21 @@ if(strpos(e_QUERY, 'configure') !== FALSE || vartrue($_GET['enc']))
.pull-right { float: right }
.pull-left { float: left }
- .menuOption { display: none }
+ .menuOption { opacity:0.2 }
+ .menuOption:hover { opacity:1 }
+
+ .sortable li { border-radius: 4px }
+ .sortable li:hover { background-color: silver; box-shadow:3px 3px 3px silver }
+
+ .regularMenu { cursor:move; border-bottom:1px dotted silver; margin-bottom:6px; padding-left:3px; padding-right:3px; padding-top:10px; padding-bottom:10px }
.ui-draggable { background-color: rgb(245, 245, 245); min-width:100px;}
",'jquery');
+
+
}
@@ -818,9 +825,9 @@ class e_layout
$visibilityLink = e_SELF."?enc=".base64_encode('lay='.$layout.'&vis='.$c.'&iframe=1');
- $text .= ""; // $('.hello').remove();
+ $text .= ""; // $('.hello').remove();
- $text .= '';
+ $text .= '';
/*