diff options
author | zotlabs <mike@macgirvin.com> | 2017-12-11 15:47:54 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-12-11 15:47:54 -0800 |
commit | 4d7acdd44d4413c5bb712fe05a77bcaccc3054a5 (patch) | |
tree | 2303c376550d2fea1f882d2a92b133b52bfff37e /view/tpl/cloud_directory.tpl | |
parent | 4859e6e11a725c345de24749f8600a20ea0a4c2f (diff) | |
download | volse-hubzilla-4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.tar.gz volse-hubzilla-4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.tar.bz2 volse-hubzilla-4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.zip |
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.
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index ad3caff88..660e1e011 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="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="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%">{{*{{$type}}*}}</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> + <th width="10%" class="d-none d-md-table-cell">{{$size}}</th> + <th width="22%" class="d-none d-md-table-cell">{{$lastmod}}</th> </tr> {{if $parentpath}} <tr> |