You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/12/09 11:28:29 UTC

[JIRA] Updated: (FOR-412) list of changes changed to CSS

The following issue has been updated:

    Updater: Johannes Schaefer (mailto:josch@uidesign.de)
       Date: Thu, 9 Dec 2004 4:26 AM
    Comment:
almost forgot about the Symbols explanation at the bottom ;-)
    Changes:
             Attachment changed to changes2document.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-412?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-412

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-412
    Summary: list of changes changed to CSS
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Forrest
 Components: 
             Core operations
   Versions:
             HEAD

   Assignee: 
   Reporter: Johannes Schaefer

    Created: Thu, 9 Dec 2004 4:25 AM
    Updated: Thu, 9 Dec 2004 4:26 AM

Description:
changes2document.xsl changed (see diff attached) to format the list without bullets; used css-classes for formatting, put the styles in extra-css (they should go into the forrest css):

   ul.changes-list 
   {
     list-style-type:none; 
     padding-left: 0;
     margin-left: 0;
   }

   .changes-list .update 
   { 
      padding-left:24px;
      padding-bottom:2px;  <!-- to display the bottom line of the image -->
      background-image:url(images/update.jpg); 
      background-repeat:no-repeat;
   }
   .changes-list .add 
   { 
      padding-left:24px;
      padding-bottom:2px;  <!-- to display the bottom line of the image -->
      background-image:url(images/add.jpg); 
      background-repeat:no-repeat;
   }
   .changes-list .remove
   { 
      padding-left:24px;
      padding-bottom:2px;  <!-- to display the bottom line of the image -->
      background-image:url(images/remove.jpg); 
      background-repeat:no-repeat;
   }
   .changes-list .fix
   { 
      padding-left:24px;
      padding-bottom:2px;  <!-- to display the bottom line of the image -->
      background-image:url(images/fix.jpg); 
      background-repeat:no-repeat;
   }
   .changes-list .hack
   { 
      padding-left:24px;
      padding-bottom:3px;  <!-- the hack image is higher than the others -->
      background-image:url(images/hack.jpg); 
      background-repeat:no-repeat;
   }



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira