2014-12-07 21:39:59 +01:00

56 lines
676 B
SCSS

/* pane_hover */
#qi_pane_hover{
position:fixed;
top:40px;
left:0px;
bottom:0px;
right:0px;
z-index:100;
.actions{
position:absolute;
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:relative;
max-width:100%;
max-height:90%;
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:37px;
overflow:auto;
padding:10px;
}