[Pkg-owncloud-commits] [owncloud] 03/06: add max-width to directLink input to prevent overflow
David Prévot
taffit at moszumanska.debian.org
Tue Jun 17 21:58:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v5.0.17beta1
in repository owncloud.
commit 13fb2afcbf14db5d452492e61f6faa77cfde11da
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Apr 16 16:43:35 2014 +0200
add max-width to directLink input to prevent overflow
---
apps/files_sharing/css/public.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 6b19cb0..f43f9c1 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -97,4 +97,5 @@ thead {
.directLink input {
margin-left: 5px;
width: 300px;
+ max-width: 90%;
}
--
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