From b91bacf14169defe293eae8d4b225f2923d2b4f4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 28 Mar 2017 23:26:10 +0200 Subject: Better styling of the empty content messages in the sidebar Signed-off-by: Joas Schilling --- apps/files_versions/css/versions.css | 4 ---- apps/files_versions/js/versionstabview.js | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'apps/files_versions') diff --git a/apps/files_versions/css/versions.css b/apps/files_versions/css/versions.css index e749854a942..cd63a90ab51 100644 --- a/apps/files_versions/css/versions.css +++ b/apps/files_versions/css/versions.css @@ -68,7 +68,3 @@ float: right; margin-right: -10px; } - -.versionsTabView .emptycontent { - margin-top: 10px; -} diff --git a/apps/files_versions/js/versionstabview.js b/apps/files_versions/js/versionstabview.js index aa20d8fda7a..3a9026901ea 100644 --- a/apps/files_versions/js/versionstabview.js +++ b/apps/files_versions/js/versionstabview.js @@ -232,8 +232,8 @@ */ render: function() { this.$el.html(this.template({ - emptyResultLabel: t('files_versions', 'No versions available'), - moreVersionsLabel: t('files_versions', 'More versions...') + emptyResultLabel: t('files_versions', 'No earlier versions available'), + moreVersionsLabel: t('files_versions', 'More versions …') })); this.$el.find('.has-tooltip').tooltip(); this.$versionsContainer = this.$el.find('ul.versions'); -- cgit v1.2.3