[Pkg-owncloud-commits] [owncloud] 186/273: add ellipsizing to restore string if text is too long
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:13:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 7760fd4befe35b9c86ae8a0ce659d2b59186df9b
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Tue Jul 1 20:37:14 2014 +0200
add ellipsizing to restore string if text is too long
---
apps/files_versions/css/versions.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/apps/files_versions/css/versions.css b/apps/files_versions/css/versions.css
index fef4584..e3ccfc3 100644
--- a/apps/files_versions/css/versions.css
+++ b/apps/files_versions/css/versions.css
@@ -52,5 +52,8 @@
#found_versions .revertVersion {
cursor: pointer;
float: right;
+ max-width: 130px;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list