diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-15 15:34:14 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-15 15:49:42 +0100 |
commit | 3e7cf4110dc5bce2241830ed8ab0ddb57791442a (patch) | |
tree | b2af0a6b666046740684b3991cefdcea59a65705 /apps/files_sharing | |
parent | 5f95356592b12c81b8c2e0f32c890cdbd069e82c (diff) | |
download | nextcloud-server-3e7cf4110dc5bce2241830ed8ab0ddb57791442a.tar.gz nextcloud-server-3e7cf4110dc5bce2241830ed8ab0ddb57791442a.zip |
tweak color and position of username in public share
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/public.css | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 16d115f6e9a..54a25d0ce34 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; } |