aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
-rw-r--r--core/l10n/es.js1
-rw-r--r--core/l10n/es.json1
3 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 4ab3c6f13f8..625d007c184 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -776,7 +776,6 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
overflow-y: auto;
height: 100%; /** overflow under the button row */
width: 100%;
- padding-bottom: 55px;
}
#oc-dialog-filepicker-content .emptycontent {
@@ -793,6 +792,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
#oc-dialog-filepicker-content #filestable.filelist {
/* prevent the filepicker to overflow */
min-width: initial;
+ margin-bottom: 50px;
}
#oc-dialog-filepicker-content .filelist td {
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 63cf52ce837..8a4d92e5c46 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -122,6 +122,7 @@ OC.L10N.register(
"Link" : "Enlace",
"Password protect" : "Protección con contraseña",
"Allow upload and editing" : "Permitir subito y edición",
+ "File drop (upload only)" : "Entrega de archivos (solo subida)",
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
"Send" : "Enviar",
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 4248d4b2fca..7e1c3497519 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -120,6 +120,7 @@
"Link" : "Enlace",
"Password protect" : "Protección con contraseña",
"Allow upload and editing" : "Permitir subito y edición",
+ "File drop (upload only)" : "Entrega de archivos (solo subida)",
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
"Send" : "Enviar",
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",