IE8 Fixes:

-Minor CSS fix for horiz. scrollbar in list view
-Fix breadcrumb click event not triggering
This commit is contained in:
Brian Federle 2011-12-02 10:41:58 -08:00
parent 21cd27a8ed
commit d64a988574
2 changed files with 2 additions and 2 deletions

View File

@ -931,7 +931,7 @@ div.notification.corner-alert:hover div.message span {
/*List view*/
div.panel div.list-view {
overflow: auto;
height: 668px;
height: 652px;
margin-top: 30px;
border-bottom: 1px solid #E7E7E7;
}

View File

@ -316,7 +316,7 @@
}
});
$(window).bind('click', cloudStack.ui.event.bind(
$('#breadcrumbs li').live('click', cloudStack.ui.event.bind(
'cloudBrowser',
{
'breadcrumb': function($target, $browser, data) {