diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-10-26 23:38:36 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-10-26 23:38:36 +0200 |
commit | 3eea7aac1391184e00a92c8801c9f0b54c43bb8d (patch) | |
tree | 34990ac14aa16a67552e1a31ef83abf20de13935 /apps/files | |
parent | 46871e9b2e39750d64d16fb127cbfd608477287b (diff) | |
download | nextcloud-server-3eea7aac1391184e00a92c8801c9f0b54c43bb8d.tar.gz nextcloud-server-3eea7aac1391184e00a92c8801c9f0b54c43bb8d.zip |
first base on navigation rework, less obtrusive, icons need to be updated, settings moved
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 0b886fc3fa9..1e25ccd36d1 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -82,8 +82,8 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } .selectedActions a img { position:relative; top:.3em; } /* add breadcrumb divider to the File item in navigation panel */ -#navigation>ul>li:first-child { background:url('%webroot%/core/img/breadcrumb-start.svg') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; position:fixed; } -#navigation>ul>li:first-child+li { padding-top:2.9em; } +#navigation>ul>li:first-child { background:url('%webroot%/core/img/breadcrumb-start.svg') no-repeat 65px 0; width:65px; padding-right:1em; position:fixed; } +#navigation>ul>li:first-child+li { padding-top:68px; } #scanning-message{ top:40%; left:40%; position:absolute; display:none; } |