CMS MADE SIMPLE FORGE

CMS Made Simple Core

 

[#3869] Improve module-help readibility by adding ul-style

avatar
Created By: Jos (josvd)
Date Submitted: 2009-08-10 10:09

Assigned To: Mark Reed (mark)
Resolution: Fixed
State: Closed
Summary:
Improve module-help readibility by adding ul-style
Detailed Description:
The help-section of modules in the admin all use unordend lists (ul) but they
aren't styled in the css.

I guess it would increase readability of the help if they get bullets.

Please add some style in the admin-stylesheet.

div.pagecontainer ul li {
   list-style-type: disc;
   margin-left: 2em;
}


this could be placed just after the existing
div.pagecontainer p {
   margin-bottom: 1em;
}

History

Updates

Updated: 2012-04-13 10:56
resolution_id: 6 => 7
state: Open => Closed

Updated: 2011-03-15 15:53
resolution_id: => 6
assigned_to_id: 100 => 939