You are not logged in Log in Join
You are here: Home » Collectors » NEW Zope.org (the website) » "Add comment" legend on Wiki pages » collector_issue_contents

Log in
Name

Password

 
 
Issue 282 of NEW Zope.org (the website) [ZOC]
Title: "Add comment" legend on Wiki pages
Status: Pending Security related: No
Description: 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...
From: fdrake on: Oct 30, 03 14:48
fdrake Last update: Jan 6, 05 18:45
Topic/class: skin/bug Importance: low
Version info:
Issue 282 Transcript
3 entries
= Edit - Entry #3 by d2m on Jan 6, 2005 6:45 pm

 Changes: submitter email, edited transcript
________________________________________
= Comment - Entry #2 by Anonymous User on Jan 6, 2005 6:39 pm

--removed spam--
________________________________________
= 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.)