Merge branch 'WIP-MDL-36033-master' of git://github.com/nadavkav/moodle
This commit is contained in:
@@ -6,3 +6,17 @@
|
||||
.que.calculated .answer input[type="text"] {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
/* Numeric INPUT text boxes should be left aligned in RTL mode
|
||||
*/
|
||||
#page-question-type-calculated.dir-rtl input[name^="answer"],
|
||||
#page-question-type-calculated.dir-rtl input[name^="unit"],
|
||||
#page-question-type-calculated.dir-rtl input[name^="multiplier"],
|
||||
#page-question-type-calculated.dir-rtl input[name^="calcmax"],
|
||||
#page-question-type-calculated.dir-rtl input[name^="calcmin"],
|
||||
#page-question-type-calculated.dir-rtl input[name^="number"],
|
||||
#page-question-type-calculated.dir-rtl input[name^="tolerance"]
|
||||
{
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@@ -6,3 +6,15 @@
|
||||
.que.numerical .answer input[type="text"] {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
/* Numeric INPUT text boxes should be left aligned in RTL mode
|
||||
*/
|
||||
#page-question-type-numerical.dir-rtl input[name="unitpenalty"],
|
||||
#page-question-type-numerical.dir-rtl input[name^="answer"],
|
||||
#page-question-type-numerical.dir-rtl input[name^="tolerance"],
|
||||
#page-question-type-numerical.dir-rtl input[name^="multiplier"],
|
||||
#page-question-type-numerical.dir-rtl input[name^="unit"]
|
||||
{
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user