NIHVIVO-2232: Added more padding between the sortable icon and the menu item.

This commit is contained in:
manolobevia 2011-07-06 14:02:22 +00:00
parent 0347b682c7
commit 77e2f56459

View file

@ -11,7 +11,7 @@ ul.menuItems li {
background: #f3f3f0;
}
ul.menuItems.dragNdrop li {
padding-left: 1em;
padding-left: 1.4em;
background: url("../../edit/forms/images/sortable_icon.png") no-repeat .4em center #f3f3f0;
cursor: move;
}