'3 changes for better quiz display - MDL-8576'

This commit is contained in:
urs_hunkler
2007-02-27 15:52:58 +00:00
parent 04adc7de38
commit 95a3fb3aad
+4 -3
View File
@@ -392,7 +392,7 @@ img.iconkbhelp {
}
.invisiblefieldset {
display:inline;
/* display:inline; */
border:0px;
padding:0px;
margin:0px;
@@ -2043,7 +2043,8 @@ body#message-messages {
width: 5%;
}
.que .answer {
float: right;
/* float: right; */
float: left;
width: 83%;
margin-bottom: 0.5em;
}
@@ -2066,7 +2067,7 @@ body#message-messages {
}
.que .feedback {
clear: both;
float: right;
/* float: right; */
width: 83%;
padding: 0 0 0.3em 0.3em;
border: 1px solid;