mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-8690 popup form now uses div instead of invisible fieldset; merged from MOODLE_18_STABLE
This commit is contained in:
parent
224aa44a8d
commit
60ec23afba
2 changed files with 6 additions and 5 deletions
|
@ -341,8 +341,9 @@ img.emoticon {
|
|||
height: 15px;
|
||||
}
|
||||
|
||||
form.popupform {
|
||||
display: inline;
|
||||
form.popupform,
|
||||
form.popupform div {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
form.popupform label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue