fix save text overlaying close x for shared documents

This commit is contained in:
Jan-Christoph Borchardt 2014-07-03 13:56:55 +02:00
parent 6d1afe1c14
commit 1a58892960
2 changed files with 3 additions and 0 deletions

View File

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

View File

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