diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 15:10:32 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 15:11:26 +0200 |
commit | f754d6dc5178901196db6ff51934c620f5405e80 (patch) | |
tree | 89db9c55ab2f59c4bef6b02ba03e3a8c9618687f /files | |
parent | 6822a7a2158d0cc4688f030dd45a38c8c47b2d9b (diff) | |
download | nextcloud-server-f754d6dc5178901196db6ff51934c620f5405e80.tar.gz nextcloud-server-f754d6dc5178901196db6ff51934c620f5405e80.zip |
lots of CSS details
Diffstat (limited to 'files')
-rw-r--r-- | files/css/files.css | 2 | ||||
-rw-r--r-- | files/templates/index.php | 4 |
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"> |