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:
33d65f7
)
MDL-49558 gradereport_user: Fixing table border
author
David Monllao
<davidm@moodle.com>
Wed, 25 Mar 2015 05:54:37 +0000
(13:54 +0800)
committer
David Monllao
<davidm@moodle.com>
Wed, 25 Mar 2015 05:54:37 +0000
(13:54 +0800)
grade/report/user/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/grade/report/user/styles.css
b/grade/report/user/styles.css
index
a17da1c
..
7695995
100644
(file)
--- a/
grade/report/user/styles.css
+++ b/
grade/report/user/styles.css
@@
-22,6
+22,9
@@
.dir-rtl.path-grade-report-user .user-grade td {
direction: ltr;
}
+.dir-rtl.path-grade-report-user table.user-grade {
+ border-collapse: separate;
+}
.path-grade-report-user .user-grade .b1l {
padding: 0;
width:24px;
@@
-62,4
+65,4
@@
.dir-rtl.path-grade-report-user .user-grade .column-itemname.baggt,
.dir-rtl.path-grade-report-user .user-grade .column-itemname.baggb {
padding-right: 24px;
-}
\ No newline at end of file
+}