Index: openacs-4/packages/project-manager/www/style.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/www/style.css,v diff -u -r1.3 -r1.4 --- openacs-4/packages/project-manager/www/style.css 21 Oct 2005 17:09:44 -0000 1.3 +++ openacs-4/packages/project-manager/www/style.css 2 Jan 2006 08:27:54 -0000 1.4 @@ -1,40 +1,48 @@ td.highlighted { background-color:#ddddff; + font: 90% Verdana,Georgia,Serif; } td.highlight { background-color:#ffffdd; border-bottom: 1px dotted #A0BDEB; + font: 90% Verdana,Georgia,Serif; } td.subheader { background-color:#ffffdd; border-top: 1px dotted #e6e6fa; border-bottom: 1px dotted #e6e6fa; border-left: 1px solid #e6e6fa; + font: 90% Verdana,Georgia,Serif; } td.list-bg { border-left: 1px solid #e6e6fa; + font: 90% Verdana,Georgia,Serif; } td.list-bottom-bg { border-bottom: 1px solid #e6e6fa; border-left: 1px solid #e6e6fa; + font: 90% Verdana,Georgia,Serif; } td.list-right-bg { border-bottom: 1px solid #e6e6fa; border-right: 1px solid #e6e6fa; + font: 90% Verdana,Georgia,Serif; } th.project { background-color:#9999cc; + font: 90% Verdana,Georgia,Serif; } td.project-filter-pane { background-color: #bbbbee; vertical-align: top; + font: 90% Verdana,Georgia,Serif; } .shaded { @@ -75,32 +83,38 @@ font-weight: bold; color: #ccccff; text-decoration: none; + font: 90% Verdana,Georgia,Serif; } td.fill-list-right { border-bottom: 3px solid #A0BDEB; border-right: 1px solid #A0BDEB; background-color: #eaf2ff; + font: 90% Verdana,Georgia,Serif; } td.fill-list-right2 { border-right: 1px solid #A0BDEB; background-color: #eaf2ff; + font: 90% Verdana,Georgia,Serif; } td.fill-list-bottom { border-bottom: 3px solid #A0BDEB; border-left: 1px solid #A0BDEB; background-color: #eaf2ff; + font: 90% Verdana,Georgia,Serif; } td.fill-list-middle { border-left: 1px solid #A0BDEB; background-color: #eaf2ff; + font: 90% Verdana,Georgia,Serif; } td.fill-list-bg { background-color: #eaf2ff; + font: 90% Verdana,Georgia,Serif; } #search-block { @@ -115,4 +129,9 @@ background-color: #EAF2FF; padding:5px; width:80%; -} \ No newline at end of file +} + +h3 { + background-color:#ffffdd; + font: 100% Verdana,Georgia,Serif; +}