NIHVIVO-2810 NIHVIVO-2232 Added custom list view for display:hasElement and first go at menu item drag-n-drop for menu management. Also added new entry for Menu Management on site admin page under site configuration. Work in progress and not fully functional.

This commit is contained in:
cappadona 2011-07-01 18:12:05 +00:00
parent 6fac9339d6
commit 44ee8c88bf
6 changed files with 255 additions and 9 deletions

View file

@ -0,0 +1,20 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* MENU ITEMS------> */
ul.menuItems {
width: 35%;
margin-bottom: 1.5em;
}
ul.menuItems li {
margin: .2em 0;
padding: .5em;
background: #f3f3f0;
}
ul.menuItems.dragNdrop li {
padding-left: 1em;
background: url("../../edit/forms/images/sortable_icon.png") no-repeat .4em center #f3f3f0;
cursor: move;
}
span.controls {
float: right;
}