aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-10 17:17:49 +0100
committermarijus <mario@mariovavti.com>2014-03-10 17:17:49 +0100
commit34fd387438f5f3d06b0a1c26d5c7ca5c1f5bd270 (patch)
tree5cb0c63a7eb5b141975b9a06f58e554555b3209b /view/tpl/jot.tpl
parenta5cb47c3d2a137f9823da26d03126f987d7fcecf (diff)
downloadvolse-hubzilla-34fd387438f5f3d06b0a1c26d5c7ca5c1f5bd270.tar.gz
volse-hubzilla-34fd387438f5f3d06b0a1c26d5c7ca5c1f5bd270.tar.bz2
volse-hubzilla-34fd387438f5f3d06b0a1c26d5c7ca5c1f5bd270.zip
this commit is an attempt to make conv items better scalable on smaller screens. also save some horizontal space.
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-xview/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index e1e1e3080..4cc9c0d10 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -23,7 +23,7 @@
<div id="jot-pagetitle-wrap"><input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}" class="jothidden" style="display:none" /></div>
{{/if}}
<div id="jot-text-wrap">
- <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{$content}}</textarea>
+ <textarea class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{$content}}</textarea>
</div>
<div id="profile-jot-text-loading"></div>