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:
9072631
)
MDL-54652 singleview: remove invalid css decleration
author
Dan Poltawski
<dan@moodle.com>
Thu, 19 May 2016 22:25:32 +0000
(23:25 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 16 Jun 2016 19:49:04 +0000
(20:49 +0100)
margin-bottom can't be used with display: inline, so use padding
instead.
grade/report/singleview/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/grade/report/singleview/styles.css
b/grade/report/singleview/styles.css
index
7bde323
..
075cb11
100644
(file)
--- a/
grade/report/singleview/styles.css
+++ b/
grade/report/singleview/styles.css
@@
-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;