--- loncom/interface/loncommon.pm 2006/07/07 19:34:20 1.425 +++ loncom/interface/loncommon.pm 2006/07/07 20:31:08 1.426 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.425 2006/07/07 19:34:20 albertel Exp $ +# $Id: loncommon.pm,v 1.426 2006/07/07 20:31:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3125,7 +3125,9 @@ sub standard_css { h1, h2, h3, th { font-family: $sans } a:focus { color: red; background: yellow } table.thinborder { border-collapse: collapse; } -table.thinborder tr th, table.thinborder tr td { border-style: solid; border-width: 1px} +table.thinborder tr th { border-style: solid; border-width: 1px; background: $tabbg;} +table.thinborder tr td { border-style: solid; border-width: 1px} + form, .inline { display: inline; } .center { text-align: center; } .LC_filename {font-family: $mono;} @@ -3265,6 +3267,7 @@ td.LC_menubuttons_img { table.LC_data_table, table.LC_mail_list { border: 1px solid #000000; border-collapse: separate; + border-spacing: 1px; } .LC_data_table_dense { font-size: small;