mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Merge branch 'MDL-62884-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
2f58da96bb
7 changed files with 15 additions and 1 deletions
|
@ -286,8 +286,10 @@ form.popupform div {
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
// Minimum height required for a menu in a table inside a scrollable div.
|
||||
.no-overflow > .generaltable {
|
||||
margin-bottom: 0;
|
||||
min-height: 10em;
|
||||
}
|
||||
// Accessibility features
|
||||
|
||||
|
|
|
@ -8999,7 +8999,8 @@ form.popupform div {
|
|||
overflow: auto; }
|
||||
|
||||
.no-overflow > .generaltable {
|
||||
margin-bottom: 0; }
|
||||
margin-bottom: 0;
|
||||
min-height: 10em; }
|
||||
|
||||
.accesshide {
|
||||
position: absolute;
|
||||
|
|
|
@ -376,8 +376,10 @@ form.popupform div {
|
|||
.pagelayout-report .no-overflow {
|
||||
overflow: visible;
|
||||
}
|
||||
// Minimum height required for a menu in a table inside a scrollable div.
|
||||
.no-overflow > .generaltable {
|
||||
margin-bottom: 0;
|
||||
min-height: 10em;
|
||||
}
|
||||
// Accessibility features
|
||||
|
||||
|
|
|
@ -2678,6 +2678,7 @@ form.popupform div {
|
|||
}
|
||||
.no-overflow > .generaltable {
|
||||
margin-bottom: 0;
|
||||
min-height: 10em;
|
||||
}
|
||||
.accesshide {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue