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:
helmutm 2010-08-09 05:37:21 +00:00
parent cff8e8104a
commit f51f6daae1
5 changed files with 21 additions and 7 deletions

View file

@ -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()">

View file

@ -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" />

View file

@ -0,0 +1,14 @@
/*
$Id$
*/
body {
color: #242424;
}
a {
text-decoration: none;
color: #344080;
background-color: transparent;
}

View file

@ -198,7 +198,7 @@ fieldset.box td {
}
.page-actions {
margin-top: 1em;
margin-top: 15px;
margin-left: 20px;
}

View file

@ -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"