From c420001f2b28a619fe844d7366ae3984b38021e9 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 21 Oct 2011 19:09:41 +0200 Subject: [PATCH] bold current folder in breadcrumbs --- files/css/files.css | 2 +- files/templates/part.breadcrumb.php | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/files/css/files.css b/files/css/files.css index c7d39d114b3..ac1f523f862 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -34,7 +34,7 @@ span.extention { opacity:0; -webkit-transition:opacity 500ms; -moz-transition:op tr:hover span.extention { opacity:1; } div.crumb { float:left; display:block; background:no-repeat right 0; padding:.75em 1.5em 0 1em; height:2.9em; } div.crumb:first-child { padding-left:1em; } -div.crumb:last-child { font-weight:bold; } +div.crumb.last { font-weight:bold; } table tr.mouseOver td { background-color:#eee; } table th { height:2em; padding:0 .5em; color:#999; } table th .name { float:left; margin-left:.5em; } diff --git a/files/templates/part.breadcrumb.php b/files/templates/part.breadcrumb.php index 63242dd326c..b26f6097153 100644 --- a/files/templates/part.breadcrumb.php +++ b/files/templates/part.breadcrumb.php @@ -1,5 +1,10 @@ - +
")'> - "> + ">
- \ No newline at end of file + +
")'> + "> +
\ No newline at end of file