diff options
author | zotlabs <mike@macgirvin.com> | 2017-12-14 13:33:20 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-12-14 13:33:20 -0800 |
commit | 538845cbf5acb7c1192bc18f7020888fe76d638e (patch) | |
tree | db20acaab2b6f3befc1598ab7e0c5239f51060bd /view | |
parent | 869126259b4089f235d1e9e27e67555611c98d24 (diff) | |
parent | a61c72b3b2076a5971eca47cda8aa067c03f9d6c (diff) | |
download | volse-hubzilla-538845cbf5acb7c1192bc18f7020888fe76d638e.tar.gz volse-hubzilla-538845cbf5acb7c1192bc18f7020888fe76d638e.tar.bz2 volse-hubzilla-538845cbf5acb7c1192bc18f7020888fe76d638e.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_cloud.css | 4 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 | ||||
-rw-r--r-- | view/tpl/cloud_directory.tpl | 10 |
3 files changed, 9 insertions, 15 deletions
diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index 53eb80b44..83deddf8a 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -21,6 +21,10 @@ padding: 7px 3px 7px 10px; } +#cloud-index td:nth-child(2){ + word-break: break-all; +} + #cloud-index th:nth-child(8), #cloud-index td:nth-child(8){ padding: 7px 3px; diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c1073c0ab..b0a109c92 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1802,16 +1802,6 @@ dl.bb-dl > dd > li { overflow: hidden; } -#cloud-index { - width: 100%; - table-layout: fixed; -} - -#cloud-index td { - width: auto; - overflow: hidden; -} - .caption-visible { max-height: 75%; } 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> |