mirror of
https://github.com/unraid/webgui.git
synced 2026-05-18 04:10:03 -05:00
Browser style correction
This commit is contained in:
@@ -76,7 +76,7 @@ $dirs=0; $files=0; $total=0;
|
||||
foreach ($list as $row) {
|
||||
if ($row['type']=='directory') {
|
||||
echo "<tr>";
|
||||
echo "<td data=''><div class='icon-folder'></div></td>";
|
||||
echo "<td data=''><div class='icon-dir'></div></td>";
|
||||
echo "<td><a href=\"/$path?dir=".htmlspecialchars(urlencode_path(trim_slash($dir.'/'.$row['name'])))."\">".htmlspecialchars($row['name'])."</a></td>";
|
||||
echo "<td data='0'><DIR></td>";
|
||||
echo "<td data='{$row['time']}'>".my_time($row['time'],"%F {$display['time']}")."</td>";
|
||||
|
||||
@@ -183,7 +183,7 @@ div.icon-doc{background:url('../images/file-types.png') -112px -128px;width:16px
|
||||
div.icon-ps{background:url('../images/file-types.png') -128px -128px;width:16px;height:16px}
|
||||
div.icon-java{background:url('../images/file-types.png') 0 -144px;width:16px;height:16px}
|
||||
div.icon-swf{background:url('../images/file-types.png') -16px -144px;width:16px;height:16px}
|
||||
div.icon-folder{background:url('../images/file-types.png') -32px -144px;width:16px;height:16px}
|
||||
div.icon-dir{background:url('../images/file-types.png') -32px -144px;width:16px;height:16px}
|
||||
div.icon-hlp{background:url('../images/file-types.png') -48px -144px;width:16px;height:16px}
|
||||
div.icon-tex{background:url('../images/file-types.png') -64px -144px;width:16px;height:16px}
|
||||
div.icon-sxi{background:url('../images/file-types.png') -80px -144px;width:16px;height:16px}
|
||||
|
||||
@@ -182,7 +182,7 @@ div.icon-doc{background:url('../images/file-types.png') -112px -128px;width:16px
|
||||
div.icon-ps{background:url('../images/file-types.png') -128px -128px;width:16px;height:16px}
|
||||
div.icon-java{background:url('../images/file-types.png') 0 -144px;width:16px;height:16px}
|
||||
div.icon-swf{background:url('../images/file-types.png') -16px -144px;width:16px;height:16px}
|
||||
div.icon-folder{background:url('../images/file-types.png') -32px -144px;width:16px;height:16px}
|
||||
div.icon-dir{background:url('../images/file-types.png') -32px -144px;width:16px;height:16px}
|
||||
div.icon-hlp{background:url('../images/file-types.png') -48px -144px;width:16px;height:16px}
|
||||
div.icon-tex{background:url('../images/file-types.png') -64px -144px;width:16px;height:16px}
|
||||
div.icon-sxi{background:url('../images/file-types.png') -80px -144px;width:16px;height:16px}
|
||||
|
||||
@@ -183,7 +183,7 @@ div.icon-doc{background:url('../images/file-types.png') -112px -128px;width:16px
|
||||
div.icon-ps{background:url('../images/file-types.png') -128px -128px;width:16px;height:16px}
|
||||
div.icon-java{background:url('../images/file-types.png') 0 -144px;width:16px;height:16px}
|
||||
div.icon-swf{background:url('../images/file-types.png') -16px -144px;width:16px;height:16px}
|
||||
div.icon-folder{background:url('../images/file-types.png') -32px -144px;width:16px;height:16px}
|
||||
div.icon-dir{background:url('../images/file-types.png') -32px -144px;width:16px;height:16px}
|
||||
div.icon-hlp{background:url('../images/file-types.png') -48px -144px;width:16px;height:16px}
|
||||
div.icon-tex{background:url('../images/file-types.png') -64px -144px;width:16px;height:16px}
|
||||
div.icon-sxi{background:url('../images/file-types.png') -80px -144px;width:16px;height:16px}
|
||||
|
||||
@@ -182,7 +182,7 @@ div.icon-doc{background:url('../images/file-types.png') -112px -128px;width:16px
|
||||
div.icon-ps{background:url('../images/file-types.png') -128px -128px;width:16px;height:16px}
|
||||
div.icon-java{background:url('../images/file-types.png') 0 -144px;width:16px;height:16px}
|
||||
div.icon-swf{background:url('../images/file-types.png') -16px -144px;width:16px;height:16px}
|
||||
div.icon-folder{background:url('../images/file-types.png') -32px -144px;width:16px;height:16px}
|
||||
div.icon-dir{background:url('../images/file-types.png') -32px -144px;width:16px;height:16px}
|
||||
div.icon-hlp{background:url('../images/file-types.png') -48px -144px;width:16px;height:16px}
|
||||
div.icon-tex{background:url('../images/file-types.png') -64px -144px;width:16px;height:16px}
|
||||
div.icon-sxi{background:url('../images/file-types.png') -80px -144px;width:16px;height:16px}
|
||||
|
||||
Reference in New Issue
Block a user