MDL-39779 wiki module: fix the alignment for required label to display inline on mobile devices

This commit is contained in:
Rossiani Wijaya 2013-06-17 11:26:11 +08:00
parent f192883305
commit 47e00c342f
2 changed files with 6 additions and 1 deletions

View File

@ -334,6 +334,11 @@
margin-left: 0;
}
}
// Reset the alignment for required label to display inline on mobile devices
#page-mod-wiki-create .mform .fitem div.fitemtitle {
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

File diff suppressed because one or more lines are too long