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.8 -r1.9 --- openacs-4/packages/lab-report/www/resources/lab-report.css 24 Aug 2006 10:56:29 -0000 1.8 +++ openacs-4/packages/lab-report/www/resources/lab-report.css 27 Aug 2006 09:28:34 -0000 1.9 @@ -281,6 +281,7 @@ width: 100%; vertical-align: top; line-height: 130%; + } div#report-container table tr td.feedback ul { @@ -346,7 +347,7 @@ /* Feedback container */ #lr-feedback-container { - margin-left: 0.5em; + background-color: #CCFF99; } #lr-feedback-container ul { @@ -355,24 +356,35 @@ list-style-type: none; font-family: verdana, arial, sans-serif; font-size: x-small; + background-color: #CCFF99; } +#lr-feedback-container ul li { + background-color: #CCFF99; +} + #lr-feedback-container ul li.title { padding-top: 0.5em; padding-bottom: 0.5em; font-weight: bold; color: #686868; font-size: x-small; + background-color: #CCFF99; } #lr-feedback-container ul li.edit { padding-top: 0.5em; padding-bottom: 0.5em; padding-right: 0.5em; - float: right; font-size: small; + background-color: #CCFF99; } +#lr-feedback-container ul li.edit a { + margin-right: 0.5em; +} + + div#close { margin-top: 3em; width: 100%;