From c34b9d17eef2b7d4b10636e772378770d854dd02 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 19 Jun 2009 13:32:41 +0000 Subject: [PATCH] Updated style -All error messages were displayed at once. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13744 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index e2b0e78d2..7b834dcff 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1549,20 +1549,18 @@ div.errorMsgTitle { div.errorMsgDialog { width:60%; - left:200px; - top:200px; background-color:white; border:4px solid red; z-index:150; + display: none; position:absolute; } div.infoMsgDialog { width:60%; - left:200px; - top:200px; background-color:white; border: 2px solid black; z-index:150; + display: none; position:absolute; } -- 2.30.2