MDL-8690 popup form now uses div instead of invisible fieldset; merged from MOODLE_18_STABLE

This commit is contained in:
skodak 2007-03-05 21:42:49 +00:00
parent 224aa44a8d
commit 60ec23afba
2 changed files with 6 additions and 5 deletions

View file

@ -341,8 +341,9 @@ img.emoticon {
height: 15px;
}
form.popupform {
display: inline;
form.popupform,
form.popupform div {
display: inline;
}
form.popupform label {