diff --git a/css/admin.scss b/css/admin.scss
index 32c88717e..463742c92 100644
--- a/css/admin.scss
+++ b/css/admin.scss
@@ -52,18 +52,6 @@
}
}
-textarea#documentSigningCertField {
- width: 600px;
-}
-
-textarea#documentSigningKeyField {
- width: 600px;
-}
-
-textarea#documentSigningCaField {
- width: 600px;
-}
-
input#zoteroAPIKeyField {
width: 300px;
}
diff --git a/src/components/DocSigningField.vue b/src/components/DocSigningField.vue
deleted file mode 100644
index c7a9c4249..000000000
--- a/src/components/DocSigningField.vue
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
- {{ t('richdocuments', 'Document signing') }} -
- -- - {{ t('richdocuments', 'To use document signing, specify your signing certificate, key and CA chain here.') }} - -
-- - {{ t('richdocuments', 'This instance does not support document signing, because the feature is missing or disabled. Please contact the administrator.') }} - -
-