diff options
author | marijus <mario@mariovavti.com> | 2015-01-27 19:33:30 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-27 19:33:30 +0100 |
commit | 17c684e123157dc5cbfbc48854d6b9c0d1d0503b (patch) | |
tree | 5c82fe1ed72cfd4681ff2f48e95286c7a544113b /view | |
parent | 65aa6cf708a34e20ebad3c6b6dfc4088e927cce1 (diff) | |
download | volse-hubzilla-17c684e123157dc5cbfbc48854d6b9c0d1d0503b.tar.gz volse-hubzilla-17c684e123157dc5cbfbc48854d6b9c0d1d0503b.tar.bz2 volse-hubzilla-17c684e123157dc5cbfbc48854d6b9c0d1d0503b.zip |
tpl and css cleanup
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_sharedwithme.css | 8 | ||||
-rw-r--r-- | view/tpl/sharedwithme.tpl | 9 |
2 files changed, 5 insertions, 12 deletions
diff --git a/view/css/mod_sharedwithme.css b/view/css/mod_sharedwithme.css index f1c2f5350..79fe0d7a9 100644 --- a/view/css/mod_sharedwithme.css +++ b/view/css/mod_sharedwithme.css @@ -6,14 +6,14 @@ padding: 7px 3px 7px 10px; } -#cloud-index th:nth-child(8), -#cloud-index td:nth-child(8){ +#cloud-index th:nth-child(4), +#cloud-index td:nth-child(4){ padding: 7px 3px; white-space: nowrap; } -#cloud-index th:nth-child(9), -#cloud-index td:nth-child(9){ +#cloud-index th:nth-child(5), +#cloud-index td:nth-child(5){ padding: 7px 10px 7px 7px; white-space: nowrap; } diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl index 3a3d7e36a..1aeb9d4d7 100644 --- a/view/tpl/sharedwithme.tpl +++ b/view/tpl/sharedwithme.tpl @@ -7,7 +7,6 @@ <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="1%"></th> <th width="1%" class="hidden-xs">{{$size}}</th> <th width="1%" class="hidden-xs">{{$lastmod}}</th> @@ -16,13 +15,7 @@ <tr id="cloud-index-{{$item.id}}"> <td><i class="{{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td> <td><a href="{{$item.objurl}}">{{$item.objfilename}}</a></td> - - <td></td> - <td></td> - <td></td> - <td class="cloud-index-tool"><a href="sharedwithme/{{$item.id}}/drop" title="{{$drop}}" onclick="return confirmDelete();"><i class="icon-trash drop-icons"></i></a></td> - - <td>{{*{{$item.type}}*}}</td> + <td class="cloud-index-tool"><a href="/sharedwithme/{{$item.id}}/drop" title="{{$drop}}" onclick="return confirmDelete();"><i class="icon-trash drop-icons"></i></a></td> <td class="hidden-xs">{{$item.objfilesize}}</td> <td class="hidden-xs">{{$item.objedited}}</td> </tr> |