projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
fc6fa1e
)
DesktopStatusBar utilisé en tant qu'id plutôt que class.
author
Benoît Pin
<benoit.pin@gmail.com>
Wed, 24 Jul 2013 01:07:52 +0000
(
03:07
+0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Wed, 24 Jul 2013 01:07:52 +0000
(
03:07
+0200)
skins/custom_generic/main_template_standard.pt
patch
|
blob
|
history
skins/custom_generic/zpt_stylesheet.css.dtml
patch
|
blob
|
history
skins/generic/main_template_ajax.pt
patch
|
blob
|
history
skins/photo_theme/main_template_standard.pt
patch
|
blob
|
history
diff --git
a/skins/custom_generic/main_template_standard.pt
b/skins/custom_generic/main_template_standard.pt
index
cc512e1
..
b0afe10
100755
(executable)
--- a/
skins/custom_generic/main_template_standard.pt
+++ b/
skins/custom_generic/main_template_standard.pt
@@
-106,7
+106,7
@@
<td id="mainCell" width="70%">
<td id="mainCell" width="70%">
- <div
class
="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
+ <div
id
="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
<img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" />
<span tal:content="request/portal_status_message" i18n:translate="">Status message.</span>
</div>
<img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" />
<span tal:content="request/portal_status_message" i18n:translate="">Status message.</span>
</div>
diff --git
a/skins/custom_generic/zpt_stylesheet.css.dtml
b/skins/custom_generic/zpt_stylesheet.css.dtml
index
21d62c3
..
53aea26
100644
(file)
--- a/
skins/custom_generic/zpt_stylesheet.css.dtml
+++ b/
skins/custom_generic/zpt_stylesheet.css.dtml
@@
-215,7
+215,7
@@
textarea {
/* Status messages */
/* Status messages */
-.DesktopStatusBar {
+
#DesktopStatusBar,
.DesktopStatusBar {
background-color: &dtml-messageBackgroundColor;;
border: 1px solid &dtml-messageBorderColor;;
color: &dtml-messageFontColor;;
background-color: &dtml-messageBackgroundColor;;
border: 1px solid &dtml-messageBorderColor;;
color: &dtml-messageFontColor;;
@@
-226,7
+226,7
@@
textarea {
vertical-align: middle;
}
vertical-align: middle;
}
-.DesktopStatusBar img {
+
#DesktopStatusBar img,
.DesktopStatusBar img {
vertical-align: middle;
}
vertical-align: middle;
}
diff --git
a/skins/generic/main_template_ajax.pt
b/skins/generic/main_template_ajax.pt
index
36945cd
..
f424b43
100644
(file)
--- a/
skins/generic/main_template_ajax.pt
+++ b/
skins/generic/main_template_ajax.pt
@@
-8,7
+8,7
@@
<div id="Object_URL" tal:content="here/absolute_url" style="display:none"></div>
<script type="text/javascript" metal:define-slot="javascript_head_slot" tal:replace="nothing"></script>
<div id="Object_URL" tal:content="here/absolute_url" style="display:none"></div>
<script type="text/javascript" metal:define-slot="javascript_head_slot" tal:replace="nothing"></script>
- <div
class
="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
+ <div
id
="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
<img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" />
<span tal:content="request/portal_status_message" i18n:translate="">Status message.</span>
</div>
<img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" />
<span tal:content="request/portal_status_message" i18n:translate="">Status message.</span>
</div>
diff --git
a/skins/photo_theme/main_template_standard.pt
b/skins/photo_theme/main_template_standard.pt
index
724b156
..
4a15bbd
100755
(executable)
--- a/
skins/photo_theme/main_template_standard.pt
+++ b/
skins/photo_theme/main_template_standard.pt
@@
-114,7
+114,7
@@
<td id="mainCell" width="85%">
<td id="mainCell" width="85%">
- <div
class
="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
+ <div
id
="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
<img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" />
<span tal:content="request/portal_status_message" i18n:translate="">Status message.</span>
</div>
<img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" />
<span tal:content="request/portal_status_message" i18n:translate="">Status message.</span>
</div>