mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-60605_filetree-spacing' of https://github.com/dvdcastro/moodle
This commit is contained in:
commit
9e6d1a3884
@ -1218,3 +1218,10 @@
|
||||
position: inherit;
|
||||
}
|
||||
/** End of base fixes **/
|
||||
|
||||
/** Fix to YUI tree (which is a table) when displayed within grading table. **/
|
||||
.path-mod-assign table.generaltable table td.ygtvcell {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
/** End of YUI tree fix **/
|
||||
|
Loading…
x
Reference in New Issue
Block a user