aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-12-12 11:10:12 +0100
committerMario Vavti <mario@mariovavti.com>2017-12-12 11:10:12 +0100
commit7a7bfd9de75abf6e8f601102b6d5f80396a8b3a4 (patch)
treebcb1a055ec081f533f122fa7172782d65edee2d2
parentd0956eb39d7a361639f5cd73fb1c3c8463fb1e99 (diff)
downloadvolse-hubzilla-7a7bfd9de75abf6e8f601102b6d5f80396a8b3a4.tar.gz
volse-hubzilla-7a7bfd9de75abf6e8f601102b6d5f80396a8b3a4.tar.bz2
volse-hubzilla-7a7bfd9de75abf6e8f601102b6d5f80396a8b3a4.zip
Revert "try as best we can to keep the directory table (cloud list mode) inside the containing div. It looks pretty bad when you have a long filename."
This reverts commit 4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.
-rw-r--r--view/theme/redbasic/css/style.css9
-rw-r--r--view/tpl/cloud_directory.tpl10
2 files changed, 5 insertions, 14 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d88340a4e..e46d31ef8 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1802,12 +1802,3 @@ dl.bb-dl > dd > li {
overflow: hidden;
}
-#cloud-index {
- width: 100%;
- table-layout: fixed;
-}
-
-#cloud-index td {
- width: auto;
- overflow: hidden;
-} \ No newline at end of file
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl
index 660e1e011..ad3caff88 100644
--- a/view/tpl/cloud_directory.tpl
+++ b/view/tpl/cloud_directory.tpl
@@ -39,12 +39,12 @@
{{else}}
<table id="cloud-index">
<tr>
- <th width="4%"></th>
- <th width="47%">{{$name}}</th>
- <th width="4%"></th><th width="4%"></th><th width="4%"></th><th width="4%"></th>
+ <th width="1%"></th>
+ <th width="92%">{{$name}}</th>
+ <th width="1%"></th><th width="1%"></th><th width="1%"></th><th width="1%"></th>
<th width="1%">{{*{{$type}}*}}</th>
- <th width="10%" class="d-none d-md-table-cell">{{$size}}</th>
- <th width="22%" class="d-none d-md-table-cell">{{$lastmod}}</th>
+ <th width="1%" class="d-none d-md-table-cell">{{$size}}</th>
+ <th width="1%" class="d-none d-md-table-cell">{{$lastmod}}</th>
</tr>
{{if $parentpath}}
<tr>