<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>
/* Status messages */
-.DesktopStatusBar {
+#DesktopStatusBar, .DesktopStatusBar {
background-color: &dtml-messageBackgroundColor;;
border: 1px solid &dtml-messageBorderColor;;
color: &dtml-messageFontColor;;
vertical-align: middle;
}
-.DesktopStatusBar img {
+#DesktopStatusBar img, .DesktopStatusBar img {
vertical-align: middle;
}
<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>
<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>