mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-54652 singleview: remove invalid css decleration
margin-bottom can't be used with display: inline, so use padding instead.
This commit is contained in:
parent
9072631311
commit
cc3ca25e57
@ -61,7 +61,7 @@ dir-rtl.path-grade-report-singleview div.groupselector select {
|
||||
.path-grade-report-singleview .itemnav {
|
||||
font-size: small;
|
||||
display: inline;
|
||||
margin-bottom: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
.path-grade-report-singleview itemnav.previtem {
|
||||
float:left;
|
||||
|
Loading…
x
Reference in New Issue
Block a user