Lobo layout improvements

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4045 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-10-23 10:53:12 +00:00
parent b55a2f8952
commit fbcc5c40f9
2 changed files with 7 additions and 9 deletions

View file

@ -7,7 +7,7 @@
'body container' + (view.request.get('showgrid') and ' showgrid' or '')">
<div metal:define-macro="global">
<div class="span-8"
<div class="span-8 last"
metal:define-slot="top">
<a name="top" metal:define-slot="logo"
tal:attributes="href view/topMenu/url"><img class="logo"
@ -15,7 +15,7 @@
tal:attributes="src string:${resourceBase}logo.png" /></a>
<hr />
</div>
<div class="pull-2"
<div class="prepend-4 span-4 last"
metal:define-slot="top-actions">
<tal:action repeat="macro controller/macros/top_actions">
<metal:action use-macro="macro" />

View file

@ -190,14 +190,12 @@ fieldset.box td {
.top-actions {
position: absolute;
right: 2em;
top: 1em;
}
.quicksearch {
position: absolute;
right: 2em;
top: 0.8em;
top: 0.5em;
}
.quicksearch input {
@ -206,13 +204,13 @@ fieldset.box td {
.language-switch {
position: absolute;
right: 2em;
top: 2.4em;
top: 2.5em;
}
.page-actions {
margin-top: 15px;
margin-left: 20px;
position: absolute;
top: 1em;
left: 880px;
}
.top image {