diff options
author | friendica <info@friendica.com> | 2012-01-06 03:59:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-06 03:59:05 -0800 |
commit | 41bb47ca1b5790442e571d5eb3bbb4dd89708a03 (patch) | |
tree | 890c3209bed4b0df75a225ba551b752ff3e277b2 /view/theme/duepuntozero | |
parent | a69ecb341371cf0a1c2847ff19abd88f362021c9 (diff) | |
download | volse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.tar.gz volse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.tar.bz2 volse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.zip |
title fixups
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/jot.tpl | 3 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/jot.tpl b/view/theme/duepuntozero/jot.tpl index 74027846c..6a105e1da 100644 --- a/view/theme/duepuntozero/jot.tpl +++ b/view/theme/duepuntozero/jot.tpl @@ -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"> diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 790867d5c..ab729b9da 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -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; } |