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:
f57457e
)
MDL-43558 theme_base: We don't need edit toggle if modeditingmenu is disabled
author
David Monllao
<davidm@moodle.com>
Tue, 7 Apr 2015 02:57:23 +0000
(10:57 +0800)
committer
David Monllao
<davidm@moodle.com>
Tue, 7 Apr 2015 03:16:15 +0000
(11:16 +0800)
theme/base/style/course.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/base/style/course.css
b/theme/base/style/course.css
index
ef7d5d7
..
414856b
100644
(file)
--- a/
theme/base/style/course.css
+++ b/
theme/base/style/course.css
@@
-142,6
+142,9
@@
display: block;
}
.section .activity .moodle-actionmenu[data-enhanced] .menu {margin-left: -2.8em;}
+.section .activity .moodle-actionmenu:not([data-enhanced]) .menubar > li .toggle-display {
+ display: none;
+}
.section img.iconsmall {
vertical-align: text-bottom;
width: 16px;