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