From b98b4e82da69154b24c3cccc37fedd74870f64eb Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 28 Jan 2010 15:59:03 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15429 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 54d78bc0c..f69fac8bd 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1584,12 +1584,13 @@ div.infoMsgDialog { div.autocomplete { position:absolute; - width:250px; background-color: #FFF; border:1px solid #AAA; margin:0; padding:0; z-index: 600; + overflow:hidden; + word-wrap:break-word; } div.autocomplete ul { @@ -2074,7 +2075,7 @@ div.treeList { border: 1px solid #AAA; padding: 5px; height: 500px; - position: fixed; + position: absolute; z-index: 500; overflow-y: auto; float: left; -- 2.30.2