MDL-40975 Course: Add back JavaScript drag/drop for bootstrap on mobile

This commit is contained in:
Andrew Nicols
2013-11-06 11:40:52 +08:00
parent a4400cefdb
commit bc80ea017c
@@ -375,18 +375,6 @@
float: left;
}
// Hide broken drag'n'drop options on touch devices MDL-38371
// Not a great workaround, landscape iPads are wider than this,
// and a resized window on a netbook could be smaller, but best
// we can do with CSS. There might be a JS-based solution.
.section .side,
.editing_move {
display: none;
}
.activityinstance > a {
display: block;
}
// GRID & CONTAINERS
// -----------------
// Remove width from containers