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:
1bd4817
)
MDL-46658 gradereport_grader: Remove max-width for RTL
author
Andrew Nicols
<andrew@nicols.co.uk>
Fri, 5 Sep 2014 01:37:34 +0000
(09:37 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Fri, 10 Oct 2014 04:24:03 +0000
(12:24 +0800)
For some reason, Safari behaves incorrectly when dealing with RTL content
where the table has a max-width of 100%.
This issue is a part of the MDL-25544 Epic.
grade/report/grader/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/grade/report/grader/styles.css
b/grade/report/grader/styles.css
index
3fc0b76
..
7d9f80c
100644
(file)
--- a/
grade/report/grader/styles.css
+++ b/
grade/report/grader/styles.css
@@
-34,6
+34,7
@@
.dir-rtl.path-grade-report-grader .gradeparent table {
border-left-width: 0;
border-right-width: 1px;
+ max-width: initial;
}
/**