diff options
| author | hukl <contact@smyck.org> | 2009-09-13 13:37:29 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-13 13:37:29 +0200 |
| commit | bb4afc944049652f1c51124808fd64de6ebe338a (patch) | |
| tree | a2e4aace96d8bf71fd9cf35b360e0c13f7d76ec5 /public/stylesheets | |
| parent | c91ac2f125d622df59d13f263887c6c8a8adedcb (diff) | |
drag handles for menu item interface
Closes #12 #20
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 14 |
1 files changed, 14 insertions, 0 deletions
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 { | |||
| 387 | height: 20px; | 387 | height: 20px; |
| 388 | } | 388 | } |
| 389 | 389 | ||
| 390 | #menu_item_list td.menu_sort_handle div { | ||
| 391 | background-color: #989898; | ||
| 392 | height: 10px; | ||
| 393 | width: 10px; | ||
| 394 | } | ||
| 395 | |||
| 396 | #menu_item_list td.menu_sort_handle div:hover { | ||
| 397 | cursor: move; | ||
| 398 | } | ||
| 399 | |||
| 400 | #menu_item_list td.menu_item_title { | ||
| 401 | width: 100px; | ||
| 402 | } | ||
| 403 | |||
| 390 | .ui-state-highlight td{ | 404 | .ui-state-highlight td{ |
| 391 | height: 20px; | 405 | height: 20px; |
| 392 | } | 406 | } |
