summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 23:44:18 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 23:44:18 +0200
commit1128b15833c463b1734790c44af42e22a5b5d353 (patch)
tree12799d858b532c60f192fcfc54d7f9de215ea33b /files
parent225d00049123ee69c656729177858108dec81982 (diff)
downloadnextcloud-server-1128b15833c463b1734790c44af42e22a5b5d353.tar.gz
nextcloud-server-1128b15833c463b1734790c44af42e22a5b5d353.zip
fixed navigation and breadcrumb graphics
Diffstat (limited to 'files')
-rw-r--r--files/css/files.css2
-rw-r--r--files/templates/part.breadcrumb.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/files/css/files.css b/files/css/files.css
index cbc6795864b..0d7374696c5 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -55,4 +55,4 @@ table thead.fixed {height:2em}
.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 */
-#navigation>ul>li:first-child { background:url('../../core/img/breadcrumb-divider-start.png') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; }
+#navigation>ul>li:first-child { background:url('../../core/img/breadcrumb-start.png') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; }
diff --git a/files/templates/part.breadcrumb.php b/files/templates/part.breadcrumb.php
index 20c436926c6..96342919df6 100644
--- a/files/templates/part.breadcrumb.php
+++ b/files/templates/part.breadcrumb.php
@@ -1,5 +1,5 @@
<?php foreach($_["breadcrumb"] as $crumb): ?>
- <div class='crumb' data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb-divider.png');?>")'>
+ <div class="crumb svg" data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb.png');?>")'>
<a href="<?php echo link_to("files", "index.php?dir=".$crumb["dir"]); ?>"><?php echo htmlspecialchars($crumb["name"]); ?></a>
</div>
- <?php endforeach; ?> \ No newline at end of file
+ <?php endforeach; ?>