fix save text overlaying close x for shared documents
This commit is contained in:
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…
x
Reference in New Issue
Block a user