summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-02 03:59:25 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-02 03:59:25 +0200
commitb5c213ce6dad6cec98fd337e0458a370ad4b0869 (patch)
treebf2746936b684ae723d44281b582c7e2cb7630c2 /files
parent5c941e57d289154d5c4de0aa8fb59467a8562e5f (diff)
downloadnextcloud-server-b5c213ce6dad6cec98fd337e0458a370ad4b0869.tar.gz
nextcloud-server-b5c213ce6dad6cec98fd337e0458a370ad4b0869.zip
fixed starting breadcrumb divider
Diffstat (limited to 'files')
-rw-r--r--files/css/files.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 9fa018a0153..3ae578f30d4 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -21,6 +21,7 @@ tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; heig
tbody a { color:#000; }
span.extention, td.date { color:#999; }
div.crumb { float:left; display:block; background:no-repeat right 0; padding:8px 1.5em 0 1em; height:28px; /*36-8*/ }
+div.crumb:first-child { padding-left:1.5em; }
div.crumb:last-child { font-weight:bold; }
table tr.mouseOver td { background-color:#eee; }
table th { height:2em; padding:0 .5em; color:#999; }
@@ -48,4 +49,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>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; }
+#navigation>ul>li:first-child { background:url('../../core/img/breadcrumb-divider-start.png') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; }