Index: openacs-4/packages/theme-selva/www/resources/Selva/Selva-core.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/www/resources/Selva/Selva-core.css,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/theme-selva/www/resources/Selva/Selva-core.css 15 Oct 2005 13:27:29 -0000 1.2.2.1 +++ openacs-4/packages/theme-selva/www/resources/Selva/Selva-core.css 24 Feb 2006 11:20:24 -0000 1.2.2.2 @@ -65,12 +65,13 @@ #breadcrumbs { background: #F2F1CB; text-align: left; - font-size: 100%; - font-weight:bold; } + font-size: 100%;} #status { text-align: right; + margin-top: -13px; } + #status .users-online { float:right; @@ -79,8 +80,7 @@ #status .user-greeting { display:inline; - padding-right: 2em; - + padding-right: 0.4em; } #status .permanent-navigation { @@ -261,9 +261,18 @@ vertical-align: top; } +.portlet-title h2 { + color: #FFFFFF; + font-size: 100%; + padding-left:0px; + padding-right:0px; + display:inline; +} + .portlet-title { margin-right: 10% !important; } + .portlet-title img { padding: 0 5px 0 5px; text-align:right;} @@ -286,6 +295,12 @@ padding-left: 15px; background:url(images/bullet.gif) no-repeat 0 7px; padding-top:0px; } + +.button { + text-decoration: underline; + padding-right: 5px; + border-right: 1px solid #666666; +} @@ -297,5 +312,17 @@ width: 100%; text-align: center; background: #F2F1CB;} + +/* Div Links */ +/* Contains: link which on hover displays additional information */ + +a div#listlink { + display:none; +} + +a:hover div#listlink { + display:block; +} +