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:
parent
4c4ada47da
commit
43c0b9c4c7
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue