mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-47290 Grades: Style for the Single view table
This commit is contained in:
parent
d70e86b1bd
commit
601af6666d
@ -30,9 +30,6 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.path-grade-report-singleview itemnav.previtem {
|
||||
float:left;
|
||||
}
|
||||
.path-grade-report-singleview itemnav.previtem {
|
||||
float:left;
|
||||
}
|
||||
@ -45,3 +42,13 @@
|
||||
.path-grade-report-singleview.dir-rtl small.nextitem {
|
||||
float:left;
|
||||
}
|
||||
.path-grade-report-singleview .generaltable {
|
||||
width: 100%;
|
||||
}
|
||||
.path-grade-report-singleview .generaltable th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dir-rtl.path-grade-report-singleview .generaltable th {
|
||||
text-align: right;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user