From 18949aaa0b35f89a19e7eb77ba0564dadf13081c Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 30 Jul 2011 22:22:41 +0200 Subject: move public links to a subentry of files --- files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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; } -- cgit v1.2.3