Index: openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css 18 May 2008 23:07:06 -0000 1.6 +++ openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css 28 May 2008 20:38:45 -0000 1.7 @@ -638,29 +638,61 @@ /* END OF LISTS */ +/* PORTLETS */ -/* Portlets */ - .portlet-sidebar { width: 30%; } -.portlet { +.portlet-wrapper { margin: 4px 4px 4px 4px; } -.portlet .portlet-title { - background: #dddddd; - padding: 2px 8px 2px 8px; - margin: 0; +.portlet-header { + padding: 2px 8px 2px 8px; + border-top: 1px solid #fff; + background: #ddd; + height: 21px; } -.portlet .portlet-body { +.portlet-title { + float: left; /* comment out if portlet-controls display:none */ + display: inline; +} + +.portlet-title h1 { + margin: 0px; + font-size: 1em; + font-weight:bold; + color:#000; +} + +.portlet-controls { + display: block; /* future development */ + padding-top: 2px; + text-align: right; +} + +.portlet-controls img { + border: 0px; +} + +.portlet-controls a:link { + color: #fff; +} + +.portlet-controls a:hover { + color: #000; +} + +.portlet { border: 1px dotted #999; - border-top: 0px; + border-top: 0px; padding: 6px 8px 6px 8px; + clear:left; } +/* END OF PORTLETS */ /********************************************************************** /* DEPRECATED CLASSES