diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 20:30:27 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 20:30:27 +0200 |
commit | 6dfd55668f39d2cfb27d468cc982471abaad5165 (patch) | |
tree | cfc4babf70100eda5a62a23c9a31b5666466c6c3 /view/theme/diabook/jot.tpl | |
parent | 076b1b374b864a4d45add31c72e447495dbe0339 (diff) | |
download | volse-hubzilla-6dfd55668f39d2cfb27d468cc982471abaad5165.tar.gz volse-hubzilla-6dfd55668f39d2cfb27d468cc982471abaad5165.tar.bz2 volse-hubzilla-6dfd55668f39d2cfb27d468cc982471abaad5165.zip |
diabook-themes: css-fixes
Diffstat (limited to 'view/theme/diabook/jot.tpl')
-rwxr-xr-x | view/theme/diabook/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/jot.tpl b/view/theme/diabook/jot.tpl index 9aef99787..bd43994b5 100755 --- a/view/theme/diabook/jot.tpl +++ b/view/theme/diabook/jot.tpl @@ -2,7 +2,6 @@ <div id="profile-jot-wrapper" > <div id="profile-jot-banner-wrapper"> <div id="profile-jot-desc" > </div> - <div id="character-counter" class="grey"></div> </div> <div id="profile-jot-banner-end"></div> @@ -15,6 +14,7 @@ <input type="hidden" name="post_id" value="$post_id" /> <input type="hidden" name="preview" id="jot-preview" value="0" /> <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none"> + <div id="character-counter" class="grey"></div> <img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" /> <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea> |