mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-47513-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
276af2a44d
10 changed files with 121 additions and 37 deletions
|
@ -460,3 +460,33 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.has_dock.path-grade-report-grader {
|
||||
.gradeparent .sideonly.floating > .cell,
|
||||
.gradeparent .sideonly.floating > .cell,
|
||||
.gradeparent .sideonly.floating > .cell {
|
||||
padding-left: 5 + (@dockWidth + (@dockTitleMargin * 2));
|
||||
}
|
||||
|
||||
&.dir-rtl {
|
||||
.gradeparent .sideonly.floating > .cell,
|
||||
.gradeparent .sideonly.floating > .cell,
|
||||
.gradeparent .sideonly.floating > .cell {
|
||||
padding-left: 5px;
|
||||
padding-right: 5 + (@dockWidth + (@dockTitleMargin * 2));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content-only.path-grade-report-grader {
|
||||
.gradeparent table {
|
||||
margin-left: (@dockWidth + (@dockTitleMargin * 2));
|
||||
}
|
||||
|
||||
&.dir-rtl {
|
||||
.gradeparent table {
|
||||
margin-left: 0;
|
||||
margin-right: (@dockWidth + (@dockTitleMargin * 2));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue