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