MDL-54652 grade_report: fix css lint issues

max-width: initial isn't valid css and in my testing it makes no
difference, so is removed.

We also remove invalid css on exception.

This reverts commit 72ece42858643c789d2c2f86fccdab0afefa18d0
This commit is contained in:
Dan Poltawski 2016-05-19 23:14:41 +01:00
parent f3ac852859
commit 9072631311

View File

@ -34,7 +34,6 @@
.dir-rtl.path-grade-report-grader .gradeparent table { .dir-rtl.path-grade-report-grader .gradeparent table {
border-left-width: 0; border-left-width: 0;
border-right-width: 1px; border-right-width: 1px;
max-width: initial;
} }
/** /**
@ -228,7 +227,7 @@
.path-grade-report-grader .yui3-overlay { .path-grade-report-grader .yui3-overlay {
border: 0; border: 0;
background: none; background: none;
background-color: initial; background-color: inherit;
min-width: 200px; min-width: 200px;
} }