Fix viewer layout

This commit is contained in:
Victor Dubiniuk 2013-10-30 23:15:09 +03:00
parent 062dad8785
commit d9c4b85a69
2 changed files with 4 additions and 4 deletions

View File

@ -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{

View File

@ -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;