From 670f14c85271f7b9578c70d4a368ce3b312a5d5b Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 5 Dec 2005 15:33:58 +0000 Subject: [PATCH] aesthetic fixes. --- www/extras/wobject/Dashboard/dashboard.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/www/extras/wobject/Dashboard/dashboard.css b/www/extras/wobject/Dashboard/dashboard.css index 27ad7005f..72c1493d0 100644 --- a/www/extras/wobject/Dashboard/dashboard.css +++ b/www/extras/wobject/Dashboard/dashboard.css @@ -52,7 +52,7 @@ tbody.availableDashlet * div.content { #availableDashlets * div.content { width:200px; max-width:200px; - height:30px; + height:0px; display:none; overflow-x:hidden; overflow-y:hidden; @@ -144,6 +144,8 @@ div.dragTitle span.headerTitle { height:22px; + clip:rect(auto,auto,auto,auto); + overflow:hidden; display:block; float:left; line-height:18px; @@ -187,13 +189,13 @@ div#availableDashlets * span.options { div#availableDashlets * div.dragTrigger { background: none; float:none; - height:auto;; - height:auto; + margin-bottom:0px; +/* height:auto;*/ } div#availableDashlets * div.dragTitle { background:none; - height:100%; - height:auto; +/* height:auto;*/ + overflow:hidden; float:none; background-color: #eeeeee; border: solid #bbbbbb 1px; @@ -203,7 +205,7 @@ div#availableDashlets * span.headerTitle { display:block; width:100%; line-height:auto; - height:auto; +/* height:22px;*/ background: none; }