From bb4afc944049652f1c51124808fd64de6ebe338a Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 13 Sep 2009 13:37:29 +0200 Subject: drag handles for menu item interface Closes #12 #20 --- public/stylesheets/admin.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'public') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 575ddff..d74632b 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -387,6 +387,20 @@ table#content th.content { height: 20px; } +#menu_item_list td.menu_sort_handle div { + background-color: #989898; + height: 10px; + width: 10px; +} + +#menu_item_list td.menu_sort_handle div:hover { + cursor: move; +} + +#menu_item_list td.menu_item_title { + width: 100px; +} + .ui-state-highlight td{ height: 20px; } -- cgit v1.3