do not show icon actions on print and presentation

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2572 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-05-04 09:01:50 +00:00
parent 4c4ada47da
commit 43c0b9c4c7
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@
margin: 4em; margin: 4em;
} }
.top, #header, #menu, #sub-section, #footer, #xedit_icon { .top, #header, #menu, #sub-section, #footer, .object-actions {
display: none; display: none;
} }
@ -19,3 +19,4 @@
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
color: #005599; color: #005599;
} }

View file

@ -3,7 +3,7 @@
*/ */
.top, #header, #menu, #sub-section, #footer { .top, #header, #menu, #sub-section, #footer, .object-actions {
display: none; display: none;
} }
@ -11,3 +11,4 @@
width: 100%; width: 100%;
color: Black; color: Black;
} }