tills bildproblematiken i menyn är löst...

git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@487 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
patr-str 2011-03-24 15:11:39 +00:00
parent 033819ebce
commit 73f447b96e
2 changed files with 5 additions and 3 deletions
src/main
java/se/su/dsv/scipro/basepanels
webapp/css

@ -12,10 +12,10 @@
showMenu(parent);
})
.mouseover(function() {
$(this).attr("src", "/SciPro/images/site_nav_arrow_hover.png");
//$(this).attr("src", "./images/site_nav_arrow_hover.png");
})
.mouseout(function() {
$(this).attr("src", "/SciPro/images/site_nav_arrow.png");
//$(this).attr("src", "./images/site_nav_arrow.png");
});
$(document).click(function(e) {

@ -81,8 +81,10 @@ img.department-logotype {
font-weight: bold;
text-decoration: none;
}
.menu-item img {
.menu-item img.nav-arrow {
vertical-align: middle;
width: 23px;
height: 27px;
}
#nav-list #current {