Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 8320d64

Browse files
author
Barry de Graaff
committed
fix close button in german i18n
1 parent f524fba commit 8320d64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zimlet/OwnCloudApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function OwnCloudApp(zimletCtxt, app, settings, davConnector, ownCloudConnector)
124124
toolbar.addSelectionListener("SaveDocument", new AjxListener(this, this._OnlyOfficeSaveDocument));
125125
zimletInstance.OnlyOfficeSaveID = toolbar._buttons.SaveDocument.__internalId;
126126
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.position = 'absolute';
127-
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.right = '3px';
127+
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.right = '35px';
128128
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.width = '48px';
129129
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.top = '0px';
130130
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.display = 'block';

zimlet/tk_barrydegraaff_owncloud_zimlet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ along with this program. If not, see http://www.gnu.org/licenses/.
2323
2424
-->
2525
<zimlet name="tk_barrydegraaff_owncloud_zimlet"
26-
version="1.4.2"
26+
version="1.4.3"
2727
target="main compose-window view-window"
2828
label="Nextcloud"
2929
description="Attach from and save to Nextcloud">

0 commit comments

Comments
 (0)