Index: openacs-4/packages/lab-report/www/resources/lab-report.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lab-report/www/resources/lab-report.css,v diff -u -r1.7 -r1.8 --- openacs-4/packages/lab-report/www/resources/lab-report.css 23 Aug 2006 05:43:56 -0000 1.7 +++ openacs-4/packages/lab-report/www/resources/lab-report.css 24 Aug 2006 10:56:29 -0000 1.8 @@ -127,7 +127,7 @@ border-left: 1em solid #686868; border-bottom: 1px solid #686868; padding: 4px 8px; - width: 50em; + width: 60em; margin-bottom: 5px; } @@ -140,10 +140,17 @@ } #lr-report-list-container ul.report li span.label { - margin-left: 3em; + margin-left: 2em; + font-weight: bold; float:left; } +#lr-report-list-container ul.report li span.dates { + margin-left: 1em; + font-size: x-small; + float:left; +} + #lr-report-list-container ul.report li span.options { float: right; border: 1px solid #000; @@ -365,3 +372,9 @@ float: right; font-size: small; } + +div#close { + margin-top: 3em; + width: 100%; + text-align: center; +}