provide specific customm CSS for Lobo skin; control printer icon via correctly named option
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3942 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
cff8e8104a
commit
f51f6daae1
5 changed files with 21 additions and 7 deletions
|
@ -207,7 +207,7 @@
|
|||
|
||||
<metal:actions define-macro="page_actions">
|
||||
<div class="page-actions"
|
||||
tal:condition="python: 'print' in view.globalOptions.pageActions"
|
||||
tal:condition="python: 'print' in view.globalOptions('action.page')"
|
||||
title="Print this page"
|
||||
i18n:attributes="title">
|
||||
<a href="javascript:print()">
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<resource name="loops.css" file="lobo.css"
|
||||
layer="loops.browser.skin.Lobo" />
|
||||
<resource name="custom.css" file="custom.css"
|
||||
<resource name="custom.css" file="custom_lobo.css"
|
||||
layer="loops.browser.skin.Lobo" />
|
||||
<resource name="favicon.png" file="loops_favicon.png"
|
||||
layer="loops.browser.skin.Lobo" />
|
||||
|
|
14
browser/skin/custom_lobo.css
Normal file
14
browser/skin/custom_lobo.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
$Id$
|
||||
|
||||
*/
|
||||
|
||||
body {
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #344080;
|
||||
background-color: transparent;
|
||||
}
|
|
@ -198,7 +198,7 @@ fieldset.box td {
|
|||
}
|
||||
|
||||
.page-actions {
|
||||
margin-top: 1em;
|
||||
margin-top: 15px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
|
|
@ -7,20 +7,20 @@
|
|||
'body container' + (view.request.get('showgrid') and ' showgrid' or '')">
|
||||
|
||||
<div metal:define-macro="global">
|
||||
<div class="top span-8"
|
||||
<div class="span-8"
|
||||
metal:define-slot="top">
|
||||
<a href="#" name="top" metal:define-slot="logo"
|
||||
<a name="top" metal:define-slot="logo"
|
||||
tal:attributes="href view/topMenu/url"><img class="logo"
|
||||
border="0" alt="Home"
|
||||
tal:attributes="src string:${resourceBase}logo.png" /></a>
|
||||
<hr />
|
||||
</div>
|
||||
<!--<div class="pull-2"
|
||||
<div class="pull-2"
|
||||
metal:define-slot="top-actions">
|
||||
<tal:action repeat="macro controller/macros/top_actions">
|
||||
<metal:action use-macro="macro" />
|
||||
</tal:action>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="span-6"
|
||||
|
|
Loading…
Add table
Reference in a new issue