MDL-32775 fix invalid url in mediaplugin CSS

This commit is contained in:
Petr Skoda
2012-05-05 10:31:51 +02:00
parent e16e2300c5
commit bc81191a09
@@ -5,7 +5,7 @@
padding: 3px 3px 3px 1.5em;
border:1px solid #ccc;
text-decoration:none;
background: url(../../../../../../../../../pix/a/search.png) .2em .3em no-repeat;
background: url(../../../../../../../../pix/a/search.png) .2em .3em no-repeat;
}
.moodlebutton:hover {background: #ccc}
#hspace, #vspace { width: 50px }