diff options
| author | hukl <contact@smyck.org> | 2009-08-15 17:11:59 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-08-15 17:11:59 +0200 |
| commit | b826671766f2831439b5441683dd9019062bb4bd (patch) | |
| tree | 78d3277aef2a00f47192a8bd60902859bb36b342 /public/stylesheets/admin.css | |
| parent | 4937f4638ae74712e9aba400413ac6447b4df3ef (diff) | |
made the sorting a bit smoother by adding a placeholder
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 16 |
1 files changed, 16 insertions, 0 deletions
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 { | |||
| 340 | table#content th.content { | 340 | table#content th.content { |
| 341 | width: 690px; | 341 | width: 690px; |
| 342 | } | 342 | } |
| 343 | |||
| 344 | #menu_item_list { | ||
| 345 | border-collapse: collapse; | ||
| 346 | } | ||
| 347 | |||
| 348 | #menu_item_list tr:hover { | ||
| 349 | background-color: #f1f1f1; | ||
| 350 | } | ||
| 351 | |||
| 352 | #menu_item_list td { | ||
| 353 | height: 20px; | ||
| 354 | } | ||
| 355 | |||
| 356 | .ui-state-highlight td{ | ||
| 357 | height: 20px; | ||
| 358 | } \ No newline at end of file | ||
