59 lines
714 B
SCSS
59 lines
714 B
SCSS
|
|
/* pane_hover */
|
|
#qi_pane_hover{
|
|
position:fixed;
|
|
top:0px;
|
|
left:0px;
|
|
bottom:0px;
|
|
right:0px;
|
|
z-index:100;
|
|
|
|
|
|
.actions{
|
|
position: static;
|
|
bottom:0px;
|
|
left:0px;
|
|
right:0px;
|
|
text-align:right;
|
|
padding:5px;
|
|
border-top :1px solid rgba(127,127,127,0.2);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
#qi_pane_hover #qi_pane_hover_content{
|
|
margin:auto;
|
|
position:absolute;
|
|
max-width:100%;
|
|
right:0;
|
|
top:0;
|
|
bottom:0;
|
|
height:auto !important;
|
|
background:white;
|
|
background: #f8f8f8;
|
|
|
|
box-shadow: rgba(0,0,0,0.7) 0px 0px 50px;
|
|
|
|
|
|
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
#qi_pane_hover .content{
|
|
|
|
position:absolute;
|
|
top:0px;
|
|
right:0px;
|
|
left:0px;
|
|
bottom:44px;
|
|
overflow:auto;
|
|
padding:10px;
|
|
|
|
|
|
}
|