mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-79863 qtype_ordering: Made with of draggable fields relative
I found out that together with the plugin active quiz, the fixed with to 360 px leads to problems when viewed responsive in smaller mobile devices like smartphones. So I changed the with to a relative value of 80%.
This commit is contained in:
parent
f25944220a
commit
189a346eec
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
margin : 0px;
|
||||
margin-left : 5px;
|
||||
padding : 4px 4px 0 4px;
|
||||
width : 360px;
|
||||
width : 80%;
|
||||
}
|
||||
.que.ordering ul.sortablelist li {
|
||||
background-color : #eeeeee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue