aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_signature.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2010-04-11 21:02:37 +0200
committerNils Adermann <naderman@naderman.de>2010-05-16 18:49:17 +0200
commit41498fe3ee0d4be0fe00d726942495acf05a7333 (patch)
tree5fce51c80664e13a31c50458e5dc7c5ea71444a3 /phpBB/adm/style/acp_users_signature.html
parent03d50a2e83cc631779a7574acd4db8b77f29d547 (diff)
downloadforums-41498fe3ee0d4be0fe00d726942495acf05a7333.tar
forums-41498fe3ee0d4be0fe00d726942495acf05a7333.tar.gz
forums-41498fe3ee0d4be0fe00d726942495acf05a7333.tar.bz2
forums-41498fe3ee0d4be0fe00d726942495acf05a7333.tar.xz
forums-41498fe3ee0d4be0fe00d726942495acf05a7333.zip
[ticket/9535] Correctly set margin of textarea in ACP > Users signature for RTL languages.
PHPBB3-9535
Diffstat (limited to 'phpBB/adm/style/acp_users_signature.html')
-rw-r--r--phpBB/adm/style/acp_users_signature.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html
index 0ea5328c3c..6317a375b4 100644
--- a/phpBB/adm/style/acp_users_signature.html
+++ b/phpBB/adm/style/acp_users_signature.html
@@ -93,8 +93,8 @@
// ]]>
</script>
</dt>
- <dd style="margin-left: 90px;"><textarea name="signature" rows="10" cols="60" style="width: 95%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();">{SIGNATURE}</textarea></dd>
- <dd style="margin-left: 90px; margin-top: 5px;">
+ <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px;"><textarea name="signature" rows="10" cols="60" style="width: 95%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();">{SIGNATURE}</textarea></dd>
+ <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 5px;">
<!-- IF S_BBCODE_ALLOWED -->
<label><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label>
<!-- ENDIF -->
@@ -105,7 +105,7 @@
<label><input type="checkbox" class="radio" name="disable_magic_url"{S_MAGIC_URL_CHECKED} /> {L_DISABLE_MAGIC_URL}</label>
<!-- ENDIF -->
</dd>
- <dd style="margin-left: 90px; margin-top: 10px;"><strong>{L_OPTIONS}: </strong>{BBCODE_STATUS} :: {IMG_STATUS} :: {FLASH_STATUS} :: {URL_STATUS} :: {SMILIES_STATUS}</dd>
+ <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 10px;"><strong>{L_OPTIONS}: </strong>{BBCODE_STATUS} :: {IMG_STATUS} :: {FLASH_STATUS} :: {URL_STATUS} :: {SMILIES_STATUS}</dd>
</dl>
</fieldset>