Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 13:59:52 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 13:59:52 +0400
commitfa1288c6b3855a23ee2fbc4615f917868350457b (patch)
tree3fef844ed1f17518c587bd12f24c827095320450 /apps
parent9f9466d00107cfe66fafdc47d3e0c16587817def (diff)
tweak color and position of username in public share
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/public.css17
1 files changed, 8 insertions, 9 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 419f420f215..f4e89b5000a 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -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;
}