]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix position of 'user shared the folder foldername with you' label
authorGeorg Ehrke <developer@georgehrke.com>
Thu, 4 Jul 2013 08:32:26 +0000 (10:32 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Thu, 4 Jul 2013 08:32:26 +0000 (10:32 +0200)
apps/files_sharing/css/public.css

index 71133145c876594f1a20b6483c1442dabf717acd..b6511cb57cca2791f5d5eda73a5d01d2004fcdd4 100644 (file)
@@ -23,13 +23,17 @@ body {
 #public_upload,
 #download {
        font-weight:700;
-       margin: 0 0.4em 0 2em;
+       margin: 0 0.4em 0 0;
        padding: 0 5px;
        height: 27px;
        float: left;
 
 }
 
+.header-right #details {
+       margin-right: 2em;
+}
+
 #public_upload {
        margin-left: 0.3em;
 }