mirror of https://github.com/apache/cloudstack.git
ui: Fix quick view tooltip loading overlay offset (#3407)
Fixed the styling of the quick view tooltip loading overlay. Before it would have a top offset to the quick view tooltip and stick out of the tooltip. Afterwards it just overlays the tooltip.
This commit is contained in:
parent
068fa3dc16
commit
0886c0c636
|
|
@ -1505,10 +1505,7 @@ div.list-view td.state.notsuitable-storage-migration-required span {
|
|||
|
||||
.quick-view-tooltip .loading-overlay {
|
||||
opacity: 0.35;
|
||||
top: 94px;
|
||||
left: 1px;
|
||||
/*+opacity:35%;*/
|
||||
height: 57px;
|
||||
filter: alpha(opacity=35);
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
|
||||
-moz-opacity: 0.35;
|
||||
|
|
@ -1516,6 +1513,7 @@ div.list-view td.state.notsuitable-storage-migration-required span {
|
|||
|
||||
.quick-view-tooltip .container {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 471px;
|
||||
height: auto;
|
||||
min-height: 100px;
|
||||
|
|
|
|||
|
|
@ -42,10 +42,7 @@
|
|||
|
||||
.quick-view-tooltip .loading-overlay {
|
||||
opacity: 0.35;
|
||||
top: 94px;
|
||||
left: 1px;
|
||||
/*+opacity:35%;*/
|
||||
height: 57px;
|
||||
filter: alpha(opacity=35);
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
|
||||
-moz-opacity: 0.35;
|
||||
|
|
@ -53,6 +50,7 @@
|
|||
|
||||
.quick-view-tooltip .container {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 471px;
|
||||
height: auto;
|
||||
min-height: 100px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue