MDL-29341 qtype numerical/calc: display of mc units badly laid out.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
width: auto;
|
||||
display: inline;
|
||||
}
|
||||
.que.calculated .answer input {
|
||||
.que.calculated .answer input[type="text"] {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
width: auto;
|
||||
display: inline;
|
||||
}
|
||||
.que.calculatedsimple .answer input {
|
||||
.que.calculatedsimple .answer input[type="text"] {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
width: auto;
|
||||
display: inline;
|
||||
}
|
||||
.que.numerical .answer input {
|
||||
.que.numerical .answer input[type="text"] {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user