summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-06 15:01:57 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-06 15:01:57 +0000
commit2b2c8096de0c3a4acd13eb29a67628b6f9d0596b (patch)
tree856cfc47a8f9ee9c15d73f13bb596a6ae12debc0
parent049b9ce9fe405495052c3b40f8e5b135d29482e2 (diff)
downloadbrdo-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.
-rw-r--r--modules/dashboard/dashboard.css3
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 {