Ticket #1585: global.diff

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

Minor CSS tweaks

  • 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, .module table tr td { width: 33%; }
     80.module table caption { border: none; }
    7981thead th.optional { font-weight:normal !important; }
    8082fieldset table { border-right:1px solid #eee; }
    8183tr.row-label td { font-size:9px; padding-top:2px; padding-bottom:0; border-bottom:none; color:#666; margin-top:-1px; }
Back to Top