mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-56926_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
f3b3901822
@ -207,12 +207,12 @@
|
||||
.file-picker .ygtvtn,
|
||||
.filemanager .ygtvtn {
|
||||
/*rtl:remove*/
|
||||
background: url('[[pix:moodle|y/tn]]') 0 10px no-repeat;
|
||||
background: url('[[pix:moodle|y/tn]]') 0 0 no-repeat;
|
||||
/*rtl:raw:
|
||||
background: url('[[pix:moodle|y/tn_rtl]]') 2px 10px no-repeat;
|
||||
background: url('[[pix:moodle|y/tn_rtl]]') 0 0 no-repeat;
|
||||
*/
|
||||
width: 17px;
|
||||
height: 22px;
|
||||
width: 19px;
|
||||
height: 32px;
|
||||
}
|
||||
// first or middle sibling, collapsable
|
||||
.file-picker .ygtvtm,
|
||||
@ -264,12 +264,12 @@
|
||||
.file-picker .ygtvln,
|
||||
.filemanager .ygtvln {
|
||||
/*rtl:remove*/
|
||||
background: url('[[pix:moodle|y/ln]]') 0 10px no-repeat;
|
||||
background: url('[[pix:moodle|y/ln]]') 0 0 no-repeat;
|
||||
/*rtl:raw:
|
||||
background: url('[[pix:moodle|y/ln_rtl]]') 2px 10px no-repeat;
|
||||
background: url('[[pix:moodle|y/ln_rtl]]') 0 0 no-repeat;
|
||||
*/
|
||||
width: 17px;
|
||||
height: 22px;
|
||||
width: 19px;
|
||||
height: 32px;
|
||||
}
|
||||
// Last sibling, collapsable
|
||||
.file-picker .ygtvlm,
|
||||
@ -327,9 +327,9 @@
|
||||
// the style for the empty cells that are used for rendering the depth of the node
|
||||
.file-picker .ygtvdepthcell,
|
||||
.filemanager .ygtvdepthcell {
|
||||
background: url('[[pix:moodle|y/vline]]') 0 10px no-repeat;
|
||||
background: url('[[pix:moodle|y/vline]]') 0 0 no-repeat;
|
||||
/*rtl:raw:
|
||||
background-position: 2px 10px;
|
||||
background-position: 0 0;
|
||||
*/
|
||||
width: 17px;
|
||||
height: 32px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user