Index: openacs-4/packages/theme-selva/www/selva-lrn-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/www/selva-lrn-master.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/theme-selva/www/selva-lrn-master.tcl 29 Sep 2005 10:19:39 -0000 1.3 +++ openacs-4/packages/theme-selva/www/selva-lrn-master.tcl 13 Dec 2005 10:45:02 -0000 1.4 @@ -361,4 +361,3 @@ # Curriculum bar set curriculum_bar_p [llength [site_node::get_children -all -filters { package_key "curriculum" } -node_id $community_id]] - 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 -N -r1.5 -r1.6 --- openacs-4/packages/theme-selva/www/resources/Selva/Selva-core.css 6 Dec 2005 20:53:50 -0000 1.5 +++ openacs-4/packages/theme-selva/www/resources/Selva/Selva-core.css 13 Dec 2005 10:45:03 -0000 1.6 @@ -299,5 +299,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; +} + Index: openacs-4/packages/theme-selva/www/resources/Selva/default/Selva.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/www/resources/Selva/default/Selva.css,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/theme-selva/www/resources/Selva/default/Selva.css 25 Sep 2005 08:14:46 -0000 1.4 +++ openacs-4/packages/theme-selva/www/resources/Selva/default/Selva.css 13 Dec 2005 10:45:03 -0000 1.5 @@ -79,4 +79,14 @@ padding: 0 5px 0 5px; text-align:right;} +/* Div Links */ +/* Contains: link which on hover displays additional information */ + +a div#listlink { + display:none; +} + +a:hover div#listlink { + display:block; +}