diff --git a/mod/assign/styles.css b/mod/assign/styles.css index 087102ee8d5..11b64bbfa14 100644 --- a/mod/assign/styles.css +++ b/mod/assign/styles.css @@ -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 **/