Index: lams_central/web/css/defaultHTML_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v diff -u -r1.17 -r1.18 --- lams_central/web/css/defaultHTML_rtl.css 6 Dec 2007 06:24:17 -0000 1.17 +++ lams_central/web/css/defaultHTML_rtl.css 7 Dec 2007 00:19:18 -0000 1.18 @@ -1068,7 +1068,26 @@ display:block; } +#content a.show-all-groups-button { + background: url('../images/css/show_all_groups.jpg') no-repeat 0px 0px; + color: #666; + padding: 5px 16px 6px 12px; + text-decoration: none; + border-right:1px solid #d2d2d2; + border-bottom: 0px; +} +#content a:hover.show-all-groups-button { + background: url('../images/css/show_all_groups.jpg') no-repeat 0px 0px; + color: #47bc23; + padding: 5px 16px 6px 12px; + text-decoration: none; + text-align:left; + border-right:1px solid #d2d2d2; + border-bottom: 0px; +} + + /* my courses individual course boxes */ .course-bg { /*---- box around the green tabbed items -- */