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.10 -r1.11 --- openacs-4/packages/lab-report/www/resources/lab-report.css 27 Aug 2006 11:15:21 -0000 1.10 +++ openacs-4/packages/lab-report/www/resources/lab-report.css 27 Aug 2006 11:26:51 -0000 1.11 @@ -346,22 +346,15 @@ /* Feedback container */ -#lr-feedback-container { - -} - #lr-feedback-container ul { margin: 0; padding: 0; list-style-type: none; font-family: verdana, arial, sans-serif; font-size: x-small; + background-color: #CCFF99; } -#lr-feedback-container ul li { - -} - #lr-feedback-container ul li.title { padding-top: 0.5em; padding-bottom: 0.5em; @@ -386,4 +379,33 @@ margin-top: 3em; width: 100%; text-align: center; + padding: 1px; } + +/* Feedback description container*/ +#lr-feedback-description-container ul { + margin: 0; + padding: 0; + list-style-type: none; + font-family: verdana, arial, sans-serif; + font-size: small; +} + +#lr-feedback-description-container ul li.title { + padding-top: 0.5em; + padding-bottom: 0.5em; + font-weight: bold; + color: #686868; + font-size: x-small; +} + +#lr-feedback-description-container ul li.edit { + padding-top: 0.5em; + padding-bottom: 0.5em; + padding-right: 0.5em; + font-size: small; +} + +#lr-feedback-description-container ul li.edit a { + margin-right: 0.5em; +}