aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-26 14:25:36 -0800
committerFriendika <info@friendika.com>2011-01-26 14:25:36 -0800
commitb4642ca650e41c33ce461873561bb6d932c022b0 (patch)
tree13f3ab4f8e3ffff6452758977098872fb14daefd /view
parent05350082fab123a1ba01340d3fef95f4edf6fb5b (diff)
downloadvolse-hubzilla-b4642ca650e41c33ce461873561bb6d932c022b0.tar.gz
volse-hubzilla-b4642ca650e41c33ce461873561bb6d932c022b0.tar.bz2
volse-hubzilla-b4642ca650e41c33ce461873561bb6d932c022b0.zip
search icons (?)
Diffstat (limited to 'view')
-rw-r--r--view/de/jot.tpl5
-rw-r--r--view/theme/duepuntozero/style.css2
2 files changed, 6 insertions, 1 deletions
diff --git a/view/de/jot.tpl b/view/de/jot.tpl
index 1411b8a7f..f42f37156 100644
--- a/view/de/jot.tpl
+++ b/view/de/jot.tpl
@@ -13,6 +13,11 @@
<input type="hidden" name="location" id="jot-location" value="$defloc" />
<input type="hidden" name="coord" id="jot-coord" value="" />
+<div id="profile-jot-plugin-wrapper" >
+ $jotplugins
+</div>
+<div id="profile-jot-plugin-end"></div>
+
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>
<div id="profile-jot-submit-wrapper" >
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 7fbeed4fe..1f713f28d 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -810,7 +810,7 @@ input#dfrn-url {
.wall-item-wrapper {
float: left;
margin-right: 5px;
- width: 80px;
+ width: 150px;
}
.wall-item-lock {
height: 20px;