show lockstate on messages, sparkle failure on profile page,

comments on typo checker
This commit is contained in:
Mike Macgirvin 2010-09-28 22:12:27 -07:00
commit 18287a3656
7 changed files with 36 additions and 3 deletions

View file

@ -702,9 +702,12 @@ input#dfrn-url {
float: left;
}
.wall-item-wrapper {
margin-top: 30px;
float: left;
}
.wall-item-lock {
height: 20px;
margin-top: 10px;
}
.wall-item-ago {
color: #888888;

View file

@ -6,6 +6,7 @@
</div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
$lock
<a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
<div class="wall-item-location" id="wall-item-location-$id">$location</div>

View file

@ -11,6 +11,7 @@
</div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
$lock
<a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a> to <a href="$owner_url" title="View $owner_name's profile" class="wall-item-name-link"><span class="wall-item-name$osparkle" id="wall-item-ownername-$id">$owner_name</span></a> via Wall-To-Wall:<br />
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
<div class="wall-item-location" id="wall-item-location-$id">$location</div>