Ticket #1585: global.2.diff

File global.2.diff, 713 bytes (added by James Bennett, 18 years ago)

Slightly more-tweaked CSS to bring table display in line with Wilson's vision

  • global.css

     
    7676tfoot td { border-bottom:none; border-top:1px solid #ddd; }
    7777thead th:first-child, tfoot td:first-child { border-left:none !important; }
    7878.module table { border-collapse: collapse; }
     79.module table tr th { width: 100%; }
     80.module table tr td a { padding-right:1em; display:block;  }
     81.module table caption { border: none; }
    7982thead th.optional { font-weight:normal !important; }
    8083fieldset table { border-right:1px solid #eee; }
    8184tr.row-label td { font-size:9px; padding-top:2px; padding-bottom:0; border-bottom:none; color:#666; margin-top:-1px; }
Back to Top