From 838524f03be924c6ed49c4bd6a91845dd9603406 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Wed, 24 Jul 2013 03:07:52 +0200 Subject: [PATCH] =?utf8?q?DesktopStatusBar=20utilis=C3=A9=20en=20tant=20qu?= =?utf8?q?'id=20plut=C3=B4t=20que=20class.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/custom_generic/main_template_standard.pt | 2 +- skins/custom_generic/zpt_stylesheet.css.dtml | 4 ++-- skins/generic/main_template_ajax.pt | 2 +- skins/photo_theme/main_template_standard.pt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/skins/custom_generic/main_template_standard.pt b/skins/custom_generic/main_template_standard.pt index cc512e1..b0afe10 100755 --- a/skins/custom_generic/main_template_standard.pt +++ b/skins/custom_generic/main_template_standard.pt @@ -106,7 +106,7 @@ -
+
Information Status message.
diff --git a/skins/custom_generic/zpt_stylesheet.css.dtml b/skins/custom_generic/zpt_stylesheet.css.dtml index 21d62c3..53aea26 100644 --- a/skins/custom_generic/zpt_stylesheet.css.dtml +++ b/skins/custom_generic/zpt_stylesheet.css.dtml @@ -215,7 +215,7 @@ textarea { /* Status messages */ -.DesktopStatusBar { +#DesktopStatusBar, .DesktopStatusBar { background-color: &dtml-messageBackgroundColor;; border: 1px solid &dtml-messageBorderColor;; color: &dtml-messageFontColor;; @@ -226,7 +226,7 @@ textarea { vertical-align: middle; } -.DesktopStatusBar img { +#DesktopStatusBar img, .DesktopStatusBar img { vertical-align: middle; } diff --git a/skins/generic/main_template_ajax.pt b/skins/generic/main_template_ajax.pt index 36945cd..f424b43 100644 --- a/skins/generic/main_template_ajax.pt +++ b/skins/generic/main_template_ajax.pt @@ -8,7 +8,7 @@ -
+
Information Status message.
diff --git a/skins/photo_theme/main_template_standard.pt b/skins/photo_theme/main_template_standard.pt index 724b156..4a15bbd 100755 --- a/skins/photo_theme/main_template_standard.pt +++ b/skins/photo_theme/main_template_standard.pt @@ -114,7 +114,7 @@ -
+
Information Status message.
-- 2.20.1