From 2c1e7250bf43f28bcccd84c49fd8c50f6940bdbe Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 23 May 2008 13:10:49 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20le=20css=20de=20l'alerte=20=E9tait=20mal?= =?UTF-8?q?=20d=E9fini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/auguria/alert.css | 21 +++++++++++++++++++++ htdocs/theme/bluelagoon/alert.css | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/htdocs/theme/auguria/alert.css b/htdocs/theme/auguria/alert.css index 0c484fe6496..a94bea9e2cd 100644 --- a/htdocs/theme/auguria/alert.css +++ b/htdocs/theme/auguria/alert.css @@ -120,3 +120,24 @@ } +/* DO NOT CHANGE THESE VALUES*/ +.dialog { + display: block; + position: absolute; +} + +.dialog table.table_window { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + margin: 0px; + padding:0px; +} + +.dialog table.table_window td , .dialog table.table_window th { + padding: 0; +} + +.dialog .title_window { + -moz-user-select:none; +} diff --git a/htdocs/theme/bluelagoon/alert.css b/htdocs/theme/bluelagoon/alert.css index 0c484fe6496..a94bea9e2cd 100644 --- a/htdocs/theme/bluelagoon/alert.css +++ b/htdocs/theme/bluelagoon/alert.css @@ -120,3 +120,24 @@ } +/* DO NOT CHANGE THESE VALUES*/ +.dialog { + display: block; + position: absolute; +} + +.dialog table.table_window { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + margin: 0px; + padding:0px; +} + +.dialog table.table_window td , .dialog table.table_window th { + padding: 0; +} + +.dialog .title_window { + -moz-user-select:none; +}