summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/css/files.css2
-rw-r--r--files/templates/index.php4
2 files changed, 2 insertions, 4 deletions
diff --git a/files/css/files.css b/files/css/files.css
index bfd96bc2acf..0ec1698bf3a 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -20,7 +20,7 @@ table { position:relative; top:37px; width:100%; }
tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; height:1em; }
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 { float:left; display:block; background:no-repeat right 0; padding:.75em 1.5em 0 1em; height:2.9em; }
div.crumb:first-child { padding-left:1.5em; }
div.crumb:last-child { font-weight:bold; }
table tr.mouseOver td { background-color:#eee; }
diff --git a/files/templates/index.php b/files/templates/index.php
index 27af6665dfe..3951787a25d 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -1,7 +1,5 @@
<div id="controls">
- <span class="nav">
- <?php echo($_['breadcrumb']); ?>
- </span>
+ <?php echo($_['breadcrumb']); ?>
<div class="actions">
<form data-upload-id='1' class="file_upload_form" action="ajax/upload.php" method="post" enctype="multipart/form-data" target="file_upload_target_1">
<input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_['uploadMaxFilesize'] ?>" id="max_upload">