diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-06 15:01:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-06 15:01:57 +0000 |
commit | 2b2c8096de0c3a4acd13eb29a67628b6f9d0596b (patch) | |
tree | 856cfc47a8f9ee9c15d73f13bb596a6ae12debc0 /modules | |
parent | 049b9ce9fe405495052c3b40f8e5b135d29482e2 (diff) | |
download | brdo-2b2c8096de0c3a4acd13eb29a67628b6f9d0596b.tar.gz brdo-2b2c8096de0c3a4acd13eb29a67628b6f9d0596b.tar.bz2 |
- Patch #672594 by casey: webkit based browsers display customize dashboard screen wrong + done button isn't working on them.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/dashboard/dashboard.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css index dec12357c..1df2867fd 100644 --- a/modules/dashboard/dashboard.css +++ b/modules/dashboard/dashboard.css @@ -116,7 +116,8 @@ } #dashboard .ui-sortable .block { - cursor: move; + cursor: move; + min-height: 1px; } #dashboard .ui-sortable .block h2 { |