[ZO-Coll] [ZOC] 282/ 1 Request ""Add comment" legend on Wiki pages"
Collector: NEW Zope.org (the ...
zope-web at zope.org
Thu Oct 30 14:48:38 EST 2003
Issue #282 Update (Request) ""Add comment" legend on Wiki pages"
Status Pending, skin/bug low
To followup, visit:
http://zope.org/Collectors/ZopeOrg/282
==============================================================
= Request - Entry #1 by fdrake on Oct 30, 2003 2:48 pm
The legend for the "Add comment" form for Wiki pages
causes a chunk of white to overlay page content slightly.
This is especially evident when there's an image embedded
at the end of the page. For example, see:
http://zope.org/Members/fdrake/WikiBlog/CommutingAndOfficeHours
This could be fixed by changing the CSS for the "span.legend" element/class in /plone.css::
span.legend {
background: &dtml-contentBackground;;
font-size: 80%;
padding: 0.1em 0.5em 0.5em 0.5em; /* was just 0.5em all around */
position : relative;
top: -0.8em;
left: 0em;
}
(There's also a CSS stanza for an element "legend" in that CSS file; that's likely just junk since there isn't an HTML element by that name.)
==============================================================
More information about the Zopeorg-collector
mailing list