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:
529817c
)
theme MDL-23941 Implemented fix for the broken images within the YUI menunav component
author
Sam Hemelryk
<sam@moodle.com>
Tue, 14 Sep 2010 08:17:37 +0000
(08:17 +0000)
committer
Sam Hemelryk
<sam@moodle.com>
Tue, 14 Sep 2010 08:17:37 +0000
(08:17 +0000)
theme/base/style/core.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/base/style/core.css
b/theme/base/style/core.css
index
6a2cbe9
..
485ab1d
100644
(file)
--- a/
theme/base/style/core.css
+++ b/
theme/base/style/core.css
@@
-669,3
+669,9
@@
body.tag .managelink {padding: 5px;}
.jsenabled .mediaplugin.mediaplugin_flv object {height:600px;width:800px;}
.ie .mediaplugin.mediaplugin_mp3 object{height:20px;}
+
+/**
+ * Fix for broken YUI images in the menunav component
+ */
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label,
+.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-content {background-image:none;}
\ No newline at end of file