mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-52371 theme_base: activity chooser - support long names
This commit is contained in:
parent
3523f77522
commit
b8645d6df5
@ -1628,6 +1628,14 @@ sup {vertical-align: super;}
|
||||
-webkit-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
|
||||
-moz-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
|
||||
}
|
||||
.jschooser .choosercontainer #chooseform .alloptions .option input[type=radio],
|
||||
.jschooser .choosercontainer #chooseform .alloptions .option .modicon {
|
||||
display: inline-block;
|
||||
}
|
||||
.jschooser .choosercontainer #chooseform .alloptions .option .typename {
|
||||
display: inline-block;
|
||||
width: 65%;
|
||||
}
|
||||
.dir-rtl.jschooser .choosercontainer #chooseform .alloptions {
|
||||
max-width: 18.3em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user