From: hickert Date: Fri, 19 Jun 2009 13:32:41 +0000 (+0000) Subject: Updated style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c34b9d17eef2b7d4b10636e772378770d854dd02;p=gosa.git 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 --- 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; }