From 4e52eb8eb0c5817ab32ce2ca6918a911197686e8 Mon Sep 17 00:00:00 2001 From: David Castro Date: Thu, 26 Oct 2017 14:55:06 -0500 Subject: [PATCH] MDL-60605 assignment: Added some styles to fix spacing in YUI file tree --- mod/assign/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mod/assign/styles.css b/mod/assign/styles.css index aeb2e12f596..f1b36a1b885 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 **/