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.4 -r1.5 --- openacs-4/packages/lab-report-central/www/resources/lab-report-central.css 30 Apr 2006 12:01:31 -0000 1.4 +++ openacs-4/packages/lab-report-central/www/resources/lab-report-central.css 21 May 2006 08:57:25 -0000 1.5 @@ -3,6 +3,16 @@ clear: both; } +.notice { + border: 3px solid #FF6600; + margin: 0px auto; + margin-top: 2em; + padding: 5px; + width: 280px; + text-align: center; + background-color: #FF9966; + font-size: 12px; +} /* Action Container */ #lrc-actions-container { @@ -240,3 +250,36 @@ #lrc-section-container ul li.edit { text-align: right; } + + +/* Resource List Styles */ +#lrc-resource-container { + margin-top: 2em; +} + +#lrc-resource-container ul { + list-style-type: none; + font-family: verdana, arial, sans-serif; + border: 3px solid #339933; + margin: 0px auto; + margin-top: 1em; + padding: 5px; + width: 400px; + background-color: #CCFF99; + font-size: 12px; +} + +#lrc-resource-container ul li.name { + text-align: center; + font-weight: bold; + margin-bottom: 6px; + font-size: 16px; +} + +#lrc-resource-container ul li.description { + margin-bottom: 6px; +} + +#lrc-resource-container ul li.edit { + text-align: right; +} \ No newline at end of file