]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix button on public upload page 2056/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 24 Oct 2016 21:26:56 +0000 (23:26 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 8 Nov 2016 21:53:47 +0000 (22:53 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
apps/files_sharing/css/public.css

index 4c5f847f9ffd3952c70e7815b92c1036ba18bb9d..43d191700ab267acbbf570d8a61b6b84c33c1578 100644 (file)
@@ -188,16 +188,17 @@ thead {
 }
 
 #public-upload #emptycontent .button {
+       display: inline-block;
+       height: auto;
+       width: auto;
        background-size: 16px;
-       height: 16px;
-       width: 16px;
        background-position: 16px;
        opacity: .7;
        font-size: 20px;
+       line-height: initial;
        margin: 20px;
        padding: 10px 20px;
        padding-left: 42px;
-       font-weight: normal;
 }
 
 #public-upload #emptycontent ul {