mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-49214_master' of git://github.com/lazydaisy/moodle
This commit is contained in:
commit
9c3df39d63
3 changed files with 16 additions and 3 deletions
|
@ -2301,7 +2301,7 @@ body.lockscroll {
|
||||||
.dir-rtl {
|
.dir-rtl {
|
||||||
// Bootstrap sets right margin to 0. Fail.
|
// Bootstrap sets right margin to 0. Fail.
|
||||||
// They set left margin to 25px so we will copy that.
|
// They set left margin to 25px so we will copy that.
|
||||||
ul, ol {
|
ul {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -189,3 +189,16 @@ body:not(.jsenabled) .langmenu:hover > .dropdown-menu,
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Extends bootstrapbase/less/bootstrap/type.less
|
||||||
|
// to enable ol lists to use a larger number set.
|
||||||
|
|
||||||
|
ol {
|
||||||
|
margin: 0 0 @baseLineHeight / 2 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dir-rtl {
|
||||||
|
ol {
|
||||||
|
margin: 0 2.5em @baseLineHeight / 2 0;
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue