1
0
Fork 0

title fixups

This commit is contained in:
friendica 2012-01-06 03:59:05 -08:00
commit 41bb47ca1b
6 changed files with 19 additions and 53 deletions

View file

@ -21,6 +21,8 @@
{{ if $content }}<script>initEditor();</script>{{ endif }}
<div id="profile-jot-submit-wrapper" class="jothidden">
<input type="submit" id="profile-jot-submit" name="submit" value="$share" />
<div id="profile-upload-wrapper" style="display: $visitor;" >
<div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="icon camera" title="$upload"></a></div>
</div>
@ -46,7 +48,6 @@
<div id="profile-jot-perms" class="profile-jot-perms" style="display: $pvisit;" >
<a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate" title="$permset" ></a>$bang
</div>
<input type="submit" id="profile-jot-submit" name="submit" value="$share" />
<div id="profile-jot-perms-end"></div>
<div id="profile-jot-plugin-wrapper">

View file

@ -274,7 +274,8 @@ div.wall-item-content-wrapper.shiny {
border: 0px;
margin: 0px;
height: 20px;
width: 465px;
width: 530px;
margin-bottom: 5px;
font-weight: bold;
border: 1px solid #ffffff;
}