Fix viewer layout
This commit is contained in:
parent
062dad8785
commit
d9c4b85a69
@ -9,9 +9,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#odf_close{
|
#odf_close{
|
||||||
margin-left: auto;
|
top: 50px;
|
||||||
margin-right: 167px;
|
position: absolute;
|
||||||
float: right;
|
left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#odf-toolbar{
|
#odf-toolbar{
|
||||||
|
@ -76,7 +76,7 @@ var odfViewer = {
|
|||||||
$('#odf-canvas').fadeOut('slow', function() {
|
$('#odf-canvas').fadeOut('slow', function() {
|
||||||
$('#odf-toolbar').remove();
|
$('#odf-toolbar').remove();
|
||||||
$('#odf-canvas').remove();
|
$('#odf-canvas').remove();
|
||||||
$('.actions,#file_access_panel').fadeIn('slow');
|
$('.actions,#file_access_panel').not('.hidden').fadeIn('slow');
|
||||||
$('table').fadeIn('slow');
|
$('table').fadeIn('slow');
|
||||||
});
|
});
|
||||||
is_editor_shown = false;
|
is_editor_shown = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user