Ignore:
Timestamp:
Jan 21, 2010, 4:07:26 PM (14 years ago)
Author:
gav
Message:

Add CustomTagLib with checkBoxList.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r282 r286  
    581581    margin: 2px;
    582582}
     583
     584/* CheckBoxList Tag Lib */
     585
     586.CheckBoxList {
     587    height: 300px;
     588    overflow: auto;
     589    overflow-x: hidden;
     590    width: 400px;
     591    border: 1px solid #ccc;
     592    list-style-type: none;
     593    margin: 0;
     594    padding: 0px;
     595}
     596.CheckBoxList li {
     597    padding: 5px;
     598}
Note: See TracChangeset for help on using the changeset viewer.