MDL-52371 theme_bootstrapbase: activity chooser - support long names

This commit is contained in:
Kenny McCormack 2016-01-26 13:06:47 +00:00 committed by Davo Smith
parent 83a951023e
commit 3523f77522
2 changed files with 13 additions and 1 deletions

View File

@ -1710,6 +1710,18 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
overflow-y: auto;
max-width: 20.3em;
.box-shadow(inset 0 0 30px 0px #ccc);
.option {
input[type=radio] {
display: inline-block;
}
.modicon {
display: inline-block;
}
.typename {
display: inline-block;
width: 65%;
}
}
}
.dir-rtl.jschooser .choosercontainer #chooseform .alloptions {
max-width: 18.3em;

File diff suppressed because one or more lines are too long