[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rotterdam/ Bugfix:
358, 359
Roger Ineichen
roger at projekt01.ch
Fri Feb 18 20:08:36 EST 2005
Log message for revision 29218:
Bugfix: 358, 359
I'm tired of the blue wrapping menu.
Just cleanup some css styles and revert the order which was change with float:right
Please checkit in different browsers. Thanks
Changed:
U Zope3/trunk/src/zope/app/rotterdam/template.pt
U Zope3/trunk/src/zope/app/rotterdam/zope3.css
-=-
Modified: Zope3/trunk/src/zope/app/rotterdam/template.pt
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/template.pt 2005-02-19 00:18:08 UTC (rev 29217)
+++ Zope3/trunk/src/zope/app/rotterdam/template.pt 2005-02-19 01:08:35 UTC (rev 29218)
@@ -1,4 +1,4 @@
-<metal:block define-macro="page"><metal:block define-slot="doctype"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></metal:block>
+¿<metal:block define-macro="page"><metal:block define-slot="doctype"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></metal:block>
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en"
@@ -89,8 +89,8 @@
<div id="workspace" metal:define-macro="workspace">
<metal:slot define-slot="breadcrumbs">
- <div id="breadcrumbs" metal:define-macro="breadcrumbs"
- > <div tal:omit-tag="" i18n:translate="">Location:</div> <tal:block
+ <div id="breadcrumbs" metal:define-macro="breadcrumbs">
+ <div tal:omit-tag="" i18n:translate="">Location:</div> <tal:block
repeat="breadcrumb context/@@absolute_url/breadcrumbs"
><a href=""
tal:condition="repeat/breadcrumb/start"
@@ -125,13 +125,20 @@
<div tal:condition="python: macroname == 'view'" id="actions"
tal:define="
help_actions context/@@view_get_menu/help_actions|nothing;
- actions context/@@view_get_menu/zmi_actions;
- dummy python:actions.reverse()">
-
- <span tal:condition="help_actions"
+ actions context/@@view_get_menu/zmi_actions">
+ <span tal:condition="actions"
+ tal:omit-tag=""
+ ><a href="#"
+ tal:repeat="info actions"
+ tal:attributes="href info/action"
+ tal:content="info/title"
+ i18n:translate="">
+ Action name
+ </a></span
+ ><span tal:condition="help_actions"
tal:repeat="help_info help_actions"
- tal:omit-tag="">
- <a href="#"
+ tal:omit-tag=""
+ ><a href="#"
tal:define="url string:'${view/__name__}/${help_info/action}';
name string:'OnlineHelp';
settings string:'height=500
@@ -149,19 +156,7 @@
tal:content="help_info/title"
i18n:translate="">
Action name
- </a>
- </span>
- <span tal:condition="actions"
- tal:omit-tag="">
- <a href="#"
- tal:repeat="info actions"
- tal:attributes="href info/action"
- tal:content="info/title"
- i18n:translate="">
- Action name
- </a>
- </span>
-
+ </a></span>
</div>
</metal:slot>
Modified: Zope3/trunk/src/zope/app/rotterdam/zope3.css
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/zope3.css 2005-02-19 00:18:08 UTC (rev 29217)
+++ Zope3/trunk/src/zope/app/rotterdam/zope3.css 2005-02-19 01:08:35 UTC (rev 29218)
@@ -264,17 +264,17 @@
}
#actions {
+ color: Black;
background: #369;
+ text-align: right;
border-left: 1px solid #369;
border-right: 1px solid #369;
- padding: 0.3em;
- color: Black;
border-collapse: collapse;
+ padding: 0.3em 0.2em;
}
#actions a {
color: White;
- float: right;
border-left: 1px dashed white;
padding: 0 0.5em;
}
More information about the Zope3-Checkins
mailing list