aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-10 18:08:44 +0100
committermarijus <mario@mariovavti.com>2014-03-10 18:08:44 +0100
commit313240488ae7de9deb54dfb0e20d83cdf715b557 (patch)
treea4c88a723447314fbf990a761b46601eef61f406 /view
parent3f20debf5e30782832a601a5ac297906942bc05f (diff)
downloadvolse-hubzilla-313240488ae7de9deb54dfb0e20d83cdf715b557.tar.gz
volse-hubzilla-313240488ae7de9deb54dfb0e20d83cdf715b557.tar.bz2
volse-hubzilla-313240488ae7de9deb54dfb0e20d83cdf715b557.zip
fix lock position
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css3
-rwxr-xr-xview/tpl/conv_item.tpl8
2 files changed, 4 insertions, 7 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 484941926..42da46cc7 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -208,6 +208,7 @@
}
+/*
.wall-item-lock {
position: absolute;
left: 105px;
@@ -221,7 +222,7 @@
.wall-item-lock {
}
-
+*/
.lockview {
cursor: pointer;
}
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 395904c80..8d59951e7 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -32,14 +32,10 @@
</div>
<div class="wall-item-photo-end"></div>
- <div class="wall-item-wrapper" id="wall-item-wrapper-{{$item.id}}" >
- {{if $item.lock}}<i class="wall-item-lock icon-lock lockview" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" ></i>
- {{else}}<div class="wall-item-lock"></div>{{/if}}
- </div>
+
</div>
<div class="wall-item-author">
- <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}<br />
-
+ {{if $item.lock}}<i class="wall-item-lock icon-lock lockview" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" ></i>&nbsp;{{/if}}<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}<br />
<div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">{{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</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.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div>
</div>
<div class="wall-item-content" id="wall-item-content-{{$item.id}}" >