[Pkg-owncloud-commits] [owncloud] 43/85: add max-width to directLink input to prevent overflow

David Prévot taffit at moszumanska.debian.org
Tue Jun 17 19:12:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch 6.0
in repository owncloud.

commit 45d165405f70e40f9f0734a81bbd3f949171d497
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 8d03868..3f77379 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -107,6 +107,7 @@ thead {
 .directLink input {
 	margin-left: 5px;
 	width: 300px;
+	max-width: 90%;
 }
 .public_actions {
 	padding: 4px;

-- 
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