diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-21 00:09:45 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-21 00:09:45 +0300 |
commit | 8a643ac5bcb7d6de60bce92aeaeae83302f10141 (patch) | |
tree | 1a167baf882d99b4a28b209ae690ffbe86b8979b /apps | |
parent | 7abfe2bd4ff643e9f0558d6173cdf830b47398a6 (diff) | |
download | nextcloud-server-8a643ac5bcb7d6de60bce92aeaeae83302f10141.tar.gz nextcloud-server-8a643ac5bcb7d6de60bce92aeaeae83302f10141.zip |
reduce width of direct link input field
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/public.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 117bbd88f1b..fdc4290231f 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -138,5 +138,5 @@ thead{ } .directLink input{ margin-left: 10px; - width: 600px; + width: 300px; } |