Code

Fixed styles for msg_dialog.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jul 2008 08:27:25 +0000 (08:27 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jul 2008 08:27:25 +0000 (08:27 +0000)
-Removed display: none from message box class. To avoid hidden boxes if JS is disabled.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11507 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/default/style.css

index 2c75e6c0162f4c01a3dfe268b46bb622d1a646b9..e3cc416d54e0e2cbc7a009c404b6feb268a025af 100644 (file)
@@ -1549,6 +1549,5 @@ div.errorMsgDialog {
        background-color:white;
        border:4px solid red;
        z-index:150;
-       display:none;
        position:absolute;'
 }