mirror of https://github.com/apache/cloudstack.git
More accurate positioning of quickview tooltip
This commit is contained in:
parent
ee28bfdb46
commit
d55ed95335
|
|
@ -1379,9 +1379,8 @@
|
|||
});
|
||||
$quickViewTooltip.css({
|
||||
position: 'absolute',
|
||||
left: $tr.width() + ($quickViewTooltip.width() -
|
||||
($quickViewTooltip.width() / 2)),
|
||||
top: $quickView.offset().top - 50,
|
||||
left: ($quickView.offset().left + $quickView.outerWidth()) - $quickViewTooltip.outerWidth(),
|
||||
top: $quickView.offset().top,
|
||||
zIndex: $tr.closest('.panel').zIndex() + 1
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -109,11 +109,8 @@
|
|||
overflow: hidden;
|
||||
background: white;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
box-shadow: 0px 5px 10px lighten(black, 45%);
|
||||
margin-top: 50px;
|
||||
margin-left: -($width) + 125px;
|
||||
margin: 0;
|
||||
|
||||
.ui-tabs-nav { display: none !important; }
|
||||
|
||||
|
|
@ -170,7 +167,7 @@
|
|||
font-size: 18px;
|
||||
color: lighten(black, 25%);
|
||||
position: absolute;
|
||||
left: $width - 55px;
|
||||
left: $width - 44px;
|
||||
top: 16px;
|
||||
}
|
||||
}
|
||||
|
|
@ -6363,11 +6363,8 @@ ul.ui-tabs-nav {
|
|||
overflow: hidden;
|
||||
background: white;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
box-shadow: 0px 5px 10px #737373;
|
||||
margin-top: 50px;
|
||||
margin-left: -475px; }
|
||||
margin: 0; }
|
||||
.quick-view-tooltip .ui-tabs-nav {
|
||||
display: none !important; }
|
||||
.quick-view-tooltip .detail-group .main-groups {
|
||||
|
|
@ -6435,7 +6432,7 @@ ul.ui-tabs-nav {
|
|||
font-size: 18px;
|
||||
color: #404040;
|
||||
position: absolute;
|
||||
left: 545px;
|
||||
left: 556px;
|
||||
top: 16px; }
|
||||
|
||||
.detail-view .toolbar {
|
||||
|
|
|
|||
Loading…
Reference in New Issue