From b826671766f2831439b5441683dd9019062bb4bd Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 15 Aug 2009 17:11:59 +0200 Subject: made the sorting a bit smoother by adding a placeholder --- public/stylesheets/admin.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index faebbea..a2da502 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -340,3 +340,19 @@ table#content th.description { table#content th.content { width: 690px; } + +#menu_item_list { + border-collapse: collapse; +} + +#menu_item_list tr:hover { + background-color: #f1f1f1; +} + +#menu_item_list td { + height: 20px; +} + +.ui-state-highlight td{ + height: 20px; +} \ No newline at end of file -- cgit v1.3