From 04a371979c9b8ed1e011206b820e6fe87d037f4c Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 10 May 2013 05:45:40 -0700 Subject: [PATCH] Menu-Manager Tweaks --- e107_admin/menus.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 .= ''; /*