adding sortable icon for menu ordering in vitro
This commit is contained in:
parent
dcfc32803c
commit
ac3b58874f
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ul.menuItems li {
|
||||||
}
|
}
|
||||||
ul.menuItems.dragNdrop li {
|
ul.menuItems.dragNdrop li {
|
||||||
padding-left: 1.4em;
|
padding-left: 1.4em;
|
||||||
background: url("../../edit/forms/images/sortable_icon.png") no-repeat .4em center #f3f3f0;
|
background: url("../../templates/freemarker/edit/forms/images/sortable_icon.png") no-repeat .4em center #f3f3f0;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
span.controls {
|
span.controls {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 234 B |
Loading…
Add table
Reference in a new issue