Index: theme/standard/styles_color.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/standard/styles_color.css,v retrieving revision 1.209 diff -u -r1.209 styles_color.css --- theme/standard/styles_color.css 4 Sep 2009 00:36:48 -0000 1.209 +++ theme/standard/styles_color.css 4 Sep 2009 14:23:36 -0000 @@ -90,6 +90,10 @@ color:#AA0000; /* highlight missing terms in forum search */ } +fieldset .advanced img.adv, fieldset .advanced, .advancedbutton img.adv{ + background-color: #ffffcc; +} + /* Alternate rows even */ .r0 { } Index: theme/standard/styles_layout.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/standard/styles_layout.css,v retrieving revision 1.712 diff -u -r1.712 styles_layout.css --- theme/standard/styles_layout.css 4 Sep 2009 00:36:48 -0000 1.712 +++ theme/standard/styles_layout.css 4 Sep 2009 14:23:38 -0000 @@ -646,6 +646,13 @@ width:100%; text-align:right; } +.advancedbutton img.adv{ + padding:5px; + vertical-align:top; +} +fieldset .advanced img.adv{ + padding-left:5px; +} .jsenabled .advancedbutton .showadvancedbtn { display:none; } Index: pix/adv.gif =================================================================== RCS file: /cvsroot/moodle/moodle/pix/adv.gif,v retrieving revision 1.2 diff -u -r1.2 adv.gif Binary files /tmp/cvsIxydzp and adv.gif differ