diff --git a/src/_h5ai/client/css/inc/fallback.less b/src/_h5ai/client/css/inc/fallback.less index 9c0c50e0..f73ef3eb 100644 --- a/src/_h5ai/client/css/inc/fallback.less +++ b/src/_h5ai/client/css/inc/fallback.less @@ -54,14 +54,11 @@ } } td:nth-child(1), th:nth-child(1) { - text-align: center; - width: 16px; - color: #ccc; - font-size: 0.9em; + width: 24px; img { - width: 16px; - height: 16px; + width: 24px; + height: 24px; } } td:nth-child(2), th:nth-child(2) { diff --git a/src/_h5ai/server/php/inc/App.php b/src/_h5ai/server/php/inc/App.php index a7c8e2aa..c353f3c9 100644 --- a/src/_h5ai/server/php/inc/App.php +++ b/src/_h5ai/server/php/inc/App.php @@ -209,13 +209,13 @@ class App { $html = ""; $html .= ""; if ($folder->get_parent($cache)) { - $html .= ""; + $html .= ""; } foreach ($items as $item) { $type = $item->is_folder ? "folder" : "default"; $html .= ""; - $html .= ""; + $html .= ""; $html .= ""; $html .= ""; $html .= "";
NameLast modifiedSize
app_abs_href . "client/icons/16x16/folder-parent.png\" alt=\"folder-parent\"/>Parent Directory
app_abs_href . "client/icons/96/folder-parent.png\" alt=\"folder-parent\"/>Parent Directory
app_abs_href . "client/icons/16x16/" . $type . ".png\" alt=\"" . $type . "\"/>app_abs_href . "client/icons/96/" . $type . ".png\" alt=\"" . $type . "\"/>abs_href . "\">" . basename($item->abs_path) . "" . date("Y-m-d H:i", $item->date) . "" . ($item->size !== null ? intval($item->size / 1000) . " KB" : "" ) . "