Index: openacs-4/packages/lab-report-central/www/resources/lab-report-central.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lab-report-central/www/resources/lab-report-central.css,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lab-report-central/www/resources/lab-report-central.css 24 Apr 2006 11:27:05 -0000 1.1 +++ openacs-4/packages/lab-report-central/www/resources/lab-report-central.css 27 Apr 2006 04:34:34 -0000 1.2 @@ -1,3 +1,25 @@ +/* Action Container */ +#lrc-actions-container { + margin: 0px auto; + width: 500px; +} + +#lrc-actions-container ul { + margin: 0; + padding: 0; + list-style-type: none; + font-family: verdana, arial, sans-serif; +} + +#lrc-actions-container ul li { + float: left; + margin-right: 1em; + color: #686868; + font-size: 18px; + font-weight: bold; +} + + /* Lab Container */ #lrc-lab-container { margin-left: 30px; @@ -98,6 +120,10 @@ } /* Report */ +#lrc-report-container ul.report { + margin-top: 1em; +} + #lrc-report-container ul.report li { color: #000; font-size: 12px;