fix save text overlaying close x for shared documents

pull/1/head
Jan-Christoph Borchardt 10 years ago
parent 6d1afe1c14
commit 1a58892960

@ -160,6 +160,8 @@
#odf-close{
margin-top: 0;
float: right;
}
#odf-close.icon-close {
height: 29px;
width: 29px;
}

@ -378,6 +378,7 @@ var documentsMain = {
);
if (documentsMain.isGuest){
$('#odf-close').text(t('documents', 'Save') );
$('#odf-close').removeClass('icon-close');
}
var serverFactory = new ServerFactory();
documentsMain.esId = response.es_id;

Loading…
Cancel
Save