- Fix display of menu icons.

Signed-off-by: TheLuda <theluda@getmangos.com>
This commit is contained in:
TheLuda
2012-09-19 17:44:44 +02:00
parent 311a1198c4
commit 027850c5e2
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -680,7 +680,7 @@ a#language-changer:hover,a#language-changer.open
cursor:default;
font-size:15px;
padding:0 0 10px 20px;
background:url(../images/favicon.gif) left 1px no-repeat;
background:url(../images/favicon.png) left 1px no-repeat;
}
#footer
+2 -1
View File
@@ -1259,8 +1259,9 @@ var Menu = {
O.className = "menusub"
}
if (V[X][5] != null) {
V[X][5] = V[X][5].toLowerCase();
F.className = "icontiny";
F.style.backgroundImage = "url(images/icons/tiny/" + V[X][5] + ".gif)";
F.style.backgroundImage = "url(images/icons/small/" + V[X][5] + ".png)";
if (V[X].checked) {
var K = ce("span");
K.className = "menucheck";