diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-10-28 16:05:31 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-10-28 16:05:31 +0100 |
commit | 7af8c6c3cbf00444b81a6d3d0c4cede983ff8edc (patch) | |
tree | 7e114ae3b43017a4f765fef7f793aca67b657263 /apps/files/css | |
parent | f2f2b8ba3b315365591784dcc1c172625768f241 (diff) | |
download | nextcloud-server-7af8c6c3cbf00444b81a6d3d0c4cede983ff8edc.tar.gz nextcloud-server-7af8c6c3cbf00444b81a6d3d0c4cede983ff8edc.zip |
first version of breadcrumb 'root', still have a weird feeling about this
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 0b886fc3fa9..64e49d687d3 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -81,10 +81,6 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } .selectedActions a { display:inline; margin:-.5em 0; padding:.5em !important; } .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; } #scanning-message{ top:40%; left:40%; position:absolute; display:none; } -div.crumb a{ padding: 0.9em 0 0.7em 0; } |