Code

Updated style
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Jun 2009 13:32:41 +0000 (13:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Jun 2009 13:32:41 +0000 (13:32 +0000)
-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

index e2b0e78d28d6724c6d47c5503ba4b02ebab4186c..7b834dcff4b655f95fbd4dec23de51b853cfa92e 100644 (file)
@@ -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;
 }