diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-30 22:22:41 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-30 22:22:57 +0200 |
commit | 18949aaa0b35f89a19e7eb77ba0564dadf13081c (patch) | |
tree | 0a7360b42bf3d3f71972959c101ffe01dd0ac0a9 /files | |
parent | d6faa89ed720da7319923cba33a83d0210216d57 (diff) | |
download | nextcloud-server-18949aaa0b35f89a19e7eb77ba0564dadf13081c.tar.gz nextcloud-server-18949aaa0b35f89a19e7eb77ba0564dadf13081c.zip |
move public links to a subentry of files
Diffstat (limited to 'files')
-rw-r--r-- | files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index 4aaca82f124..d7d681e66a3 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -48,4 +48,4 @@ table td.filename form { float:left; font-size:.85em; } .selectedActions a:hover, a.file_action:hover { background:#fff; -moz-box-shadow:0 0 10px #fff; -webkit-box-shadow:0 0 10px #fff; box-shadow:0 0 10px #fff; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } /* add breadcrumb divider to the File item in navigation panel */ -#plugins li:first-child { background-position:15.7em 0px; background-repeat:no-repeat; background-image:url("/owncloud/core/img/breadcrumb-divider-start.png"); width:15.7em; padding-right:11px; } +#plugins>ul>li:first-child { background-position:15.7em 0px; background-repeat:no-repeat; background-image:url("/owncloud/core/img/breadcrumb-divider-start.png"); width:15.7em; padding-right:11px; } |