Merge branch 'MDL-58414-master' of git://github.com/damyon/moodle

This commit is contained in:
Dan Poltawski 2017-05-08 10:44:04 +01:00
commit 69015dd052

View File

@ -132,10 +132,10 @@
}
.fp-pathbar .fp-path-folder {
background: url('[[pix:theme|fp/path_folder]]') 8px 3px no-repeat;
background: url('[[pix:theme|fp/path_folder]]') left 3px no-repeat;
background-size: 12px 12px;
height: 12px;
margin-left: 4px;
margin-left: 12px;
}
/*rtl:raw:
@ -145,7 +145,7 @@
*/
.fp-pathbar .fp-path-folder-name {
margin-left: 32px;
margin-left: 24px;
}
// Icon view (File Picker and File Manager)
.fp-iconview .fp-file {