optional divider between item header and body
This commit is contained in:
@@ -87,6 +87,10 @@
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.wall-item-divider {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.wall-item-lock {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -46,7 +46,9 @@
|
||||
{{if $item.verified}}<i class="fa fa-check item-verified" title="{{$item.verified}}"></i> {{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location p-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}"><time class="dt-published" datetime="{{$item.isotime}}">{{$item.localtime}}</time>{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}} <i class="fa fa-pencil"></i>{{/if}} {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{if $item.divider}}
|
||||
<hr class="wall-item-divider">
|
||||
{{/if}}
|
||||
{{if $item.body}}
|
||||
<div class="p-2 wall-item-content clearfix" id="wall-item-content-{{$item.id}}">
|
||||
<div class="wall-item-body e-content" id="wall-item-body-{{$item.id}}" >
|
||||
|
||||
@@ -39,6 +39,9 @@
|
||||
{{if $item.verified}}<i class="fa fa-check item-verified" title="{{$item.verified}}"></i> {{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}} <i class="fa fa-pencil"></i>{{/if}} {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
{{if $item.divider}}
|
||||
<hr class="wall-item-divider">
|
||||
{{/if}}
|
||||
{{if $item.body}}
|
||||
<div class="p-2 clrearfix {{if $item.is_photo}} wall-photo-item{{else}} wall-item-content{{/if}}" id="wall-item-content-{{$item.id}}">
|
||||
<div class="wall-item-body" id="wall-item-body-{{$item.id}}" >
|
||||
|
||||
Reference in New Issue
Block a user