Ignore:
Timestamp:
Jan 21, 2010, 7:31:59 AM (14 years ago)
Author:
gav
Message:

Clean up css for AssetTreeTagLib.

File:
1 edited

Legend:

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

    r278 r282  
    569569/* Tree */
    570570
    571 .closednode {
    572 /*    height: 16px;
    573     width: 16px;
    574     padding: 0;
    575     margin: 0;*/
    576 }
    577 
    578 .emptynode {
    579 /*     padding: 0; */
    580 /*     margin: 0; */
    581 /*     height: 16px; */
    582 /*     width: 16px; */
    583 /*     padding: 0px 12px 5px 8px; */
    584 /*     background: url(../images/skin/bullet_toggle_none.png) 0px 3px no-repeat; */
    585 /*     border: 1px solid black; */
    586 }
    587 
    588571div.tree {
    589572}
     
    595578div.tree li {
    596579    background: url(../images/skin/ln.gif) 0px 0px no-repeat;
    597 /*     line-height: 30px; */
    598     padding-left: 12px;
    599 /*     border: 1px solid black; */
    600 }
     580    padding-left: 10px;
     581    margin: 2px;
     582}
Note: See TracChangeset for help on using the changeset viewer.