Revision 195e8f48 ui/templates/home.html

b/ui/templates/home.html
44 44
		    $('ul.css-tabs li').hover(function(){
45 45
			    $(this).find('a:not(.current)').animate({top:'0px'},{queue:false,duration:150});
46 46
            }, function(){
47
                $('ul.css-tabs li a:not(.current)').animate({top:'7px'},{queue:false,duration:150});
47
                $('ul.css-tabs li a:not(.current)').animate({top:'9px'},{queue:false,duration:150});
48 48
		    });
49 49
		});
50 50
        $(function() {
51 51
	        $("ul.css-tabs").tabs("div.css-panes div.pane", {	
52 52
		        onBeforeClick: function(event, i) {
53
                    $('ul.css-tabs li a').animate({top:'7px'},{queue:false,duration:150});
53
                    $('ul.css-tabs li a').animate({top:'9px'},{queue:false,duration:150});
54 54
			        // get the pane to be opened
55 55
			        var pane = this.getPanes().eq(i);
56 56
                    pane.text('');

Also available in: Unified diff