page layout: visible container borders in standard Lobo skin: re-position top/page actions
This commit is contained in:
parent
2103901b1b
commit
5bccbc9f24
2 changed files with 5 additions and 10 deletions
|
@ -16,7 +16,7 @@
|
|||
tal:attributes="src string:${resourceBase}logo.png" /></a>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="top-actions" class="prepend-4 span-4 last"
|
||||
<div id="top-actions" class="prepend-6 span-2 last"
|
||||
metal:define-slot="top-actions">
|
||||
<tal:action repeat="macro controller/macros/top_actions">
|
||||
<metal:action use-macro="macro" />
|
||||
|
|
|
@ -260,12 +260,7 @@ fieldset.box td {
|
|||
|
||||
.top-actions {
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
}
|
||||
|
||||
.quicksearch {
|
||||
position: absolute;
|
||||
top: 0.5em;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.quicksearch input {
|
||||
|
@ -274,13 +269,13 @@ fieldset.box td {
|
|||
|
||||
.language-switch {
|
||||
position: absolute;
|
||||
top: 2.5em;
|
||||
top: 55px;
|
||||
}
|
||||
|
||||
.page-actions {
|
||||
position: absolute;
|
||||
top: 0.8em;
|
||||
margin-left: 18.5em;
|
||||
top: 55px;
|
||||
margin-left: 210px;
|
||||
}
|
||||
|
||||
.top image {
|
||||
|
|
Loading…
Add table
Reference in a new issue