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>
|
tal:attributes="src string:${resourceBase}logo.png" /></a>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</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">
|
metal:define-slot="top-actions">
|
||||||
<tal:action repeat="macro controller/macros/top_actions">
|
<tal:action repeat="macro controller/macros/top_actions">
|
||||||
<metal:action use-macro="macro" />
|
<metal:action use-macro="macro" />
|
||||||
|
|
|
@ -260,12 +260,7 @@ fieldset.box td {
|
||||||
|
|
||||||
.top-actions {
|
.top-actions {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1em;
|
top: 30px;
|
||||||
}
|
|
||||||
|
|
||||||
.quicksearch {
|
|
||||||
position: absolute;
|
|
||||||
top: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quicksearch input {
|
.quicksearch input {
|
||||||
|
@ -274,13 +269,13 @@ fieldset.box td {
|
||||||
|
|
||||||
.language-switch {
|
.language-switch {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2.5em;
|
top: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-actions {
|
.page-actions {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.8em;
|
top: 55px;
|
||||||
margin-left: 18.5em;
|
margin-left: 210px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top image {
|
.top image {
|
||||||
|
|
Loading…
Add table
Reference in a new issue