diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-20 16:05:24 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-20 16:05:24 -0800 |
commit | 1810edae93565d5340e724b4411520ea18e2b7e0 (patch) | |
tree | 4212d3ec60d7dc6241e84fe68891d4bc6f757c93 /view/tpl/cloud_directory.tpl | |
parent | 7f9ab491f29a71387bbbb066b9f6cea083d8813c (diff) | |
download | volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.tar.gz volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.tar.bz2 volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.zip |
more work theming the tile view
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index a9840a0b8..88b6bf563 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -4,7 +4,7 @@ {{if $parentpath}} <div class="cloud-container" > <div class="cloud-icon tiles"><a href="{{$parentpath.path}}"> - <i class="fa fa-fw fa-level-up" ></i> + <div class="cloud-icon-container"><i class="fa fa-fw fa-level-up" ></i></div> </a> </div> <div class="cloud-title"><a href="{{$parentpath.path}}">..</a> @@ -18,7 +18,7 @@ {{if $item.photo_icon}} <img src="{{$item.photo_icon}}" title="{{$item.type}}" > {{else}} - <i class="fa fa-fw {{$item.iconFromType}}" title="{{$item.type}}"></i> + <div class="cloud-icon-container"><i class="fa fa-fw {{$item.iconFromType}}" title="{{$item.type}}"></i></div> {{/if}} </a> </div> |