mirror of https://github.com/apache/cloudstack.git
IE8 Fixes:
-Minor CSS fix for horiz. scrollbar in list view -Fix breadcrumb click event not triggering
This commit is contained in:
parent
21cd27a8ed
commit
d64a988574
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue