--- loncom/interface/loncommon.pm 2006/07/07 19:17:19 1.424 +++ loncom/interface/loncommon.pm 2006/07/12 18:21:45 1.427 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.424 2006/07/07 19:17:19 albertel Exp $ +# $Id: loncommon.pm,v 1.427 2006/07/12 18:21:45 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;} @@ -3176,7 +3178,7 @@ table#LC_title_bar td { table#LC_title_bar td.LC_title_bar_who { background: $tabbg; color: $font; - font: medium $sans; + font: small $sans; text-align: right; } span.LC_title_bar_title { @@ -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; @@ -3276,11 +3279,14 @@ table.LC_data_table tr th, table.LC_cale } table.LC_data_table tr td { background-color: $data_table_light; - padding: 1px; + padding: 2px; } table.LC_data_table tr.LC_even_row td { background-color: $data_table_dark; } +table.LC_data_table tr.LC_data_table_highlight td { + background-color: $data_table_darker; +} table.LC_data_table tr.LC_empty_row td { background-color: #FFFFFF; font-weight: bold;