]> source.dussan.org Git - nextcloud-server.git/commitdiff
reduce width of direct link input field
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 20 Oct 2013 21:09:45 +0000 (00:09 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 20 Oct 2013 21:09:45 +0000 (00:09 +0300)
apps/files_sharing/css/public.css

index 117bbd88f1bfae461e469d808888198348f22246..fdc4290231fad815611f445c66dd2894a5c7b9ac 100644 (file)
@@ -138,5 +138,5 @@ thead{
 }
        .directLink input{
                margin-left: 10px;
-               width: 600px;
+               width: 300px;
        }