From: Benoît Pin Date: Wed, 24 Jul 2013 01:07:52 +0000 (+0200) Subject: DesktopStatusBar utilisé en tant qu'id plutôt que class. X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/commitdiff_plain/838524f03be924c6ed49c4bd6a91845dd9603406 DesktopStatusBar utilisé en tant qu'id plutôt que class. --- 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.