Merge branch 'MDL-37194-master' of git://github.com/mouneyrac/moodle
This commit is contained in:
Vendored
+3
@@ -150,6 +150,9 @@ YUI.add('moodle-course-modchooser', function(Y) {
|
||||
{
|
||||
NAME : MODCHOOSERNAME,
|
||||
ATTRS : {
|
||||
maxheight : {
|
||||
value : 800
|
||||
}
|
||||
}
|
||||
});
|
||||
M.course = M.course || {};
|
||||
|
||||
@@ -942,7 +942,6 @@ sup {vertical-align: super;}
|
||||
|
||||
/* Only set these options if we're showing the js container */
|
||||
.jsenabled .choosercontainer #chooseform .alloptions {
|
||||
max-height: 550px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
max-width: 20.3em;
|
||||
@@ -1037,7 +1036,6 @@ sup {vertical-align: super;}
|
||||
background-color: #FFFFFF;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
max-height: 550px;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user