[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - zope3.css:1.5 dialog_macros.pt:1.3 folder_contents.pt:1.5 template.pt:1.7
Godefroid Chapelle
gotcha@swing.be
Mon, 30 Dec 2002 16:43:07 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv21834
Modified Files:
zope3.css dialog_macros.pt folder_contents.pt template.pt
Log Message:
styling
=== Zope3/src/zope/app/browser/skins/rotterdam/zope3.css 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/zope3.css:1.4 Mon Dec 30 12:48:50 2002
+++ Zope3/src/zope/app/browser/skins/rotterdam/zope3.css Mon Dec 30 16:43:07 2002
@@ -270,7 +270,7 @@
#breadcrumbs {
border: 1px solid #74AE0B;
padding: 0.1em 1em;
- margin-top: 2em;
+ margin-top: 0.8em;
}
#navigators {
@@ -303,11 +303,11 @@
div.box {
background: transparent;
border-collapse: collapse;
- margin: 2em .2em 0em .2em;
+ margin: .8em;
border: none;
}
-div.box h3 {
+div.box h4 {
background: #DEE7EC;
border: 1px solid #8CACBB;
border-style: solid solid none;
@@ -320,7 +320,7 @@
/* height: 1em; */
}
-div.box h4 {
+/*div.box h4 {
background: #DEE7EC;
border-style: solid solid none;
border: 1px solid #8CACBB;
@@ -332,7 +332,7 @@
margin: 0px;
padding: 0px 1em;
text-transform: lowercase;
-}
+}*/
div.box div.body {
background: transparent;
@@ -342,25 +342,28 @@
padding: 0.1em 1em 0.3em 0.5em;
}
-div.box div.body a div.odd{
+div.box div.body a div.odd {
/* display: list-item;
list-style-position: inside; */
background: transparent;
}
-div.box div.body a div.even{
+div.box div.body a div.even {
/* display: list-item;
list-style-position: inside; */
background: #F7F9FA;
}
+#metadata .label {
+ font-size: 80%;
+}
.itemViews {
background: transparent;
border-collapse: collapse;
border-bottom: 1px solid #74AE0B;
padding-left: 1em;
- margin-top: 2em;
+ margin-top: 0.8em;
white-space: nowrap;
}
@@ -379,6 +382,18 @@
border-bottom: #CDE2A7 1px solid;
color: #578308;
font-weight: normal;
+}
+
+.itemViews p.selected {
+ background: #CDE2A7;
+ border: 1px solid #74AE0B;
+ border-bottom: #CDE2A7 1px solid;
+ color: #578308;
+ font-weight: normal;
+ margin-right: 0.5em;
+ padding: 0em 0.5em;
+ text-transform: lowercase;
+ display: inline;
}
.itemViews a:hover {
=== Zope3/src/zope/app/browser/skins/rotterdam/dialog_macros.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/dialog_macros.pt:1.2 Mon Dec 30 11:51:03 2002
+++ Zope3/src/zope/app/browser/skins/rotterdam/dialog_macros.pt Mon Dec 30 16:43:07 2002
@@ -57,7 +57,7 @@
<div class="box" id="navigationTree">
- <h3>Navigation</h3>
+ <h4>Navigation</h4>
<div
xmlns="http://www.zope.org/zope3xmltree"
@@ -89,7 +89,15 @@
tal:content="string:${breadcrumb/name}"
tal:attributes="
href string:${breadcrumb/url}/@@SelectedManagementView.html"
- >breadcrumb item</a>/</tal:block>
+ >breadcrumb item</a>/</tal:block></div>
+ <div class="itemViews" >
+
+
+
+ </div>
+
+ <div class="itemViewsBar">
+
</div>
<div class="item">
@@ -127,6 +135,7 @@
</table>
</metal:block>
+ </div>
<div id="messages">
@@ -134,7 +143,6 @@
Status and error messages
<div id="logger"></div>
- </div>
</div>
@@ -147,7 +155,7 @@
<div class="box" id="itemHelp" tal:condition="pagetip|nothing">
- <h3>Tip</h3>
+ <h4>Tip</h4>
<div class="body">
=== Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt:1.4 Mon Dec 30 10:54:25 2002
+++ Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt Mon Dec 30 16:43:07 2002
@@ -87,18 +87,11 @@
tal:content="modified"> </span></td>
</tr>
</metal:block>
- <tr>
- <td colspan="6">
- <input type="submit" name="@@removeObjects.html:method" value="Delete"
- tal:attributes="value string:menu_delete_button"
- i18n:attributes="value" />
- </td>
- </tr>
</form>
</tbody>
</table>
- <br />
+ <input type="submit" name="@@removeObjects.html:method" value="Delete"/>
<script tal:condition="request/type_name|nothing"><!--
prettydump('focus', LG_INFO);
=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.6 => 1.7 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.6 Mon Dec 30 13:22:34 2002
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt Mon Dec 30 16:43:07 2002
@@ -57,7 +57,7 @@
<div class="box" id="navigationTree">
- <h3>Navigation</h3>
+ <h4>Navigation</h4>
<div
xmlns="http://www.zope.org/zope3xmltree"
@@ -71,34 +71,9 @@
</div>
-
- <div class="box"
- id="Actions"
- tal:define="actions context/@@view_get_menu/zmi_actions"
- tal:condition="actions"
- >
-
- <h3>Actions</h3>
-
- <div class="body">
-
- <a href="#"
- tal:attributes="href info/action"
- tal:repeat="info actions"
- >
- <div tal:define="oddrow repeat/info/odd"
- tal:attributes="class python:oddrow and 'even' or 'odd'; value info/id|default"
- tal:content="info/title">Do something
- </div>
- </a>
-
- </div>
-
- </div>
-
<div class="box" id="commonTasks">
- <h3>Common Tasks</h3>
+ <h4>Common Tasks</h4>
<div class="body">
@@ -212,7 +187,7 @@
<div class="box" id="itemHelp" tal:condition="pagetip|nothing">
- <h3>Tip</h3>
+ <h4>Tip</h4>
<div class="body">
@@ -238,7 +213,7 @@
tal:condition="view"
>
- <h3>Metadata</h3>
+ <h4>Metadata</h4>
<div class="body" tal:content="structure view">
@@ -254,7 +229,30 @@
</div>
+ <div class="box"
+ id="Actions"
+ tal:define="actions context/@@view_get_menu/zmi_actions"
+ tal:condition="actions"
+ >
+
+ <h4>Actions</h4>
+
+ <div class="body">
+
+ <a href="#"
+ tal:attributes="href info/action"
+ tal:repeat="info actions"
+ >
+ <div tal:define="oddrow repeat/info/odd"
+ tal:attributes="class python:oddrow and 'even' or 'odd'; value info/id|default"
+ tal:content="info/title">Do something
+ </div>
+ </a>
+
+ </div>
+
</div>
+</div>
</div>