diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 16:26:41 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 16:26:41 +0200 |
commit | 9c6f8e59ae9f483e3285c8f25ed445758c79543b (patch) | |
tree | 0a36776f3c30fd12fe7e760f922c0b24797bf501 /apps/files_sharing/css | |
parent | 547ddf77754fb73a49ce2aa89ea1f0bb28c353af (diff) | |
download | nextcloud-server-9c6f8e59ae9f483e3285c8f25ed445758c79543b.tar.gz nextcloud-server-9c6f8e59ae9f483e3285c8f25ed445758c79543b.zip |
fix header code duplication, code style fixes
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index ebf19f50f00..062444f496f 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -1,19 +1,3 @@ -body { - height: auto; -} - -#header { - background-color: #1d2d44; - height:32px; - left:0; - line-height:32px; - position:fixed; - right:0; - top:0; - z-index:100; - padding:7px; -} - #controls { left: 0; } |