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{
margin-left: auto;
margin-right: 167px;
float: right;
top: 50px;
position: absolute;
left: 10px;
}
#odf-toolbar{

View File

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