From 98e9b89912c48dafa7bb8b3e95f476c23e8d8b37 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 2 Jul 2008 08:27:25 +0000 Subject: [PATCH] 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 --- gosa-core/html/themes/default/style.css | 1 - 1 file changed, 1 deletion(-) 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;' } -- 2.30.2