now the bottom toolbar is visible
This commit is contained in:
parent
e96a49418c
commit
f9db222605
@ -17,7 +17,7 @@
|
||||
|
||||
.documentslist { padding:5px; }
|
||||
|
||||
.documentslist .document,
|
||||
.documentslist .document,
|
||||
.documentslist .progress,
|
||||
.documentslist .add-document{
|
||||
display: inline-block;
|
||||
@ -171,9 +171,10 @@
|
||||
#mainContainer{
|
||||
position: absolute;
|
||||
width:100%;
|
||||
height:100%;
|
||||
z-index: 500;
|
||||
background-color: #ddd !important;
|
||||
top: 46px;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#documents-overlay, #documents-overlay-below{
|
||||
@ -200,12 +201,12 @@
|
||||
#file_upload_start{
|
||||
display: block;
|
||||
position:relative;
|
||||
left:0; top:0; width:200px; height:100px;
|
||||
left:0; top:0; width:200px; height:100px;
|
||||
margin-bottom: -110px;padding:0;
|
||||
cursor:pointer; overflow:hidden;
|
||||
font-size:1em;
|
||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0;
|
||||
z-index:20;
|
||||
z-index:20;
|
||||
}
|
||||
|
||||
#saving-document{
|
||||
|
@ -186,7 +186,7 @@ var documentsMain = {
|
||||
'&edit=' + 'false' +
|
||||
'×tamp=' + '';
|
||||
|
||||
var frame = '<iframe id="loleafletframe" allowfullscreen style="width:100%;height:100%;display:block;position:fixed;top:46px;" src="' + viewer + '" sandbox="allow-scripts allow-same-origin allow-popups"/>';
|
||||
var frame = '<iframe id="loleafletframe" allowfullscreen style="width:100%;height:100%;position:absolute;" src="' + viewer + '" sandbox="allow-scripts allow-same-origin allow-popups"/>';
|
||||
|
||||
$('#mainContainer').append(frame);
|
||||
documentsMain.overlay.documentOverlay('hide');
|
||||
|
Loading…
x
Reference in New Issue
Block a user