]> source.dussan.org Git - nextcloud-server.git/commitdiff
unbold the 'Direct link' label
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 20 Oct 2013 21:12:38 +0000 (00:12 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 20 Oct 2013 21:12:38 +0000 (00:12 +0300)
apps/files_sharing/css/public.css

index fdc4290231fad815611f445c66dd2894a5c7b9ac..3e1dec9bbe112df063661871c3caa6f5a3a360f6 100644 (file)
@@ -136,7 +136,10 @@ thead{
 .directLink {
        margin-bottom: 20px;
 }
-       .directLink input{
+       .directLink label {
+               font-weight: normal;
+       }
+       .directLink input {
                margin-left: 10px;
                width: 300px;
        }