]> source.dussan.org Git - nextcloud-server.git/commitdiff
tweak color and position of username in public share
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 15 Jan 2014 14:34:14 +0000 (15:34 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 15 Jan 2014 14:49:42 +0000 (15:49 +0100)
apps/files_sharing/css/public.css

index 16d115f6e9aa15da97c337ebe2e18ffb6c3878e9..54a25d0ce34e799a58eb723f7ab65888db2306c2 100644 (file)
@@ -14,20 +14,19 @@ body {
        padding:7px;
 }
 
-#details {
-       color:#fff;
-       float: left;
-}
-
-.header-right #details {
-       margin-right: 28px;
-}
-
 .header-right {
        padding: 0;
        height: 32px;
 }
 
+#details {
+       color:#fff;
+       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+       filter: alpha(opacity=50);
+       opacity: .5;
+       padding-right: 5px;
+}
+
 #controls {
        left: 0;
 }