Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ac852
)
MDL-54652 grade_report: fix css lint issues
author
Dan Poltawski
<dan@moodle.com>
Thu, 19 May 2016 22:14:41 +0000
(23:14 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 16 Jun 2016 19:49:04 +0000
(20:49 +0100)
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
grade/report/grader/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/grade/report/grader/styles.css
b/grade/report/grader/styles.css
index
ef92e97
..
4c3aac7
100644
(file)
--- a/
grade/report/grader/styles.css
+++ b/
grade/report/grader/styles.css
@@
-34,7
+34,6
@@
.dir-rtl.path-grade-report-grader .gradeparent table {
border-left-width: 0;
border-right-width: 1px;
- max-width: initial;
}
/**
@@
-228,7
+227,7
@@
.path-grade-report-grader .yui3-overlay {
border: 0;
background: none;
- background-color: in
itial
;
+ background-color: in
herit
;
min-width: 200px;
}