From: hickert Date: Wed, 2 Jul 2008 08:27:25 +0000 (+0000) Subject: Fixed styles for msg_dialog. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=98e9b89912c48dafa7bb8b3e95f476c23e8d8b37;p=gosa.git Fixed styles for msg_dialog. -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 --- diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 2c75e6c01..e3cc416d5 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1549,6 +1549,5 @@ div.errorMsgDialog { background-color:white; border:4px solid red; z-index:150; - display:none; position:absolute;' }