mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-13968 - followup - fix layout regression caused in IE.
This commit is contained in:
parent
d45459b7c1
commit
b1a284b8c9
@ -55,7 +55,7 @@ form.mform textarea {
|
||||
}
|
||||
|
||||
.que .info {
|
||||
margin-left: 0.6em;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#adminsettings .form-setting,
|
||||
|
@ -2558,7 +2558,7 @@ body.notes .notesgroup {
|
||||
}
|
||||
.que .content {
|
||||
float: left;
|
||||
margin: 0.5em 0;
|
||||
margin: 0;
|
||||
width: 88%;
|
||||
}
|
||||
.que.description .info {
|
||||
@ -2601,11 +2601,6 @@ body.notes .notesgroup {
|
||||
.multianswer .submit {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.que .c0,
|
||||
.que .c1 {
|
||||
padding: 0.3em 0 0.3em 0.3em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.que .feedback {
|
||||
clear: both;
|
||||
padding: 0 0 0.3em 0.3em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user