mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-79863 qtype_ordering: Numberingstyle does not display properly in notactive mode (#47)
Many thanks as always Mahmoud Kassaei !
This commit is contained in:
parent
932437c333
commit
62becffa9b
@ -8,8 +8,7 @@
|
||||
.que.ordering .sortablelist {
|
||||
float : left;
|
||||
list-style-type : none;
|
||||
margin : 0 0 0 5px;
|
||||
padding : 4px;
|
||||
margin : 0 0 0 8px;
|
||||
}
|
||||
.que.ordering .sortablelist.active {
|
||||
border : 1px dotted #333;
|
||||
@ -45,13 +44,13 @@
|
||||
.que.ordering .sortablelist.numberingabc li {
|
||||
list-style-type : lower-alpha;
|
||||
}
|
||||
.que.ordering .sortablelist.numberingABC li {
|
||||
.que.ordering .sortablelist.numberingABCD li {
|
||||
list-style-type : upper-alpha;
|
||||
}
|
||||
.que.ordering .sortablelist.numberingiii li {
|
||||
.que.ordering .sortablelist.numberingiii li {
|
||||
list-style-type : lower-roman;
|
||||
}
|
||||
.que.ordering .sortablelist.numberingIII li {
|
||||
.que.ordering .sortablelist.numberingIIII li {
|
||||
list-style-type : upper-roman;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user