From: nfreear Date: Wed, 28 Feb 2007 18:11:43 +0000 (+0000) Subject: Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f155c563d86c36529ab6f2a2d64c55910850f636;p=moodle.git Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c4c61f38d2..e2a0dd6895 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -506,8 +506,8 @@ form#adminsettings div.htmlarea { padding-top: 5px; } -form.mform .required img.req { - display:none; +.mform label .req, .mform label .adv { + cursor: help; } #admin-register form.mform .fsubmit {