aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/captcha_qa_acp.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-22 10:08:14 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-22 10:08:14 +0000
commit5d7dfaebe1099dbf375950026a5ab0916f174c5b (patch)
tree6bd2e0c63c6bad84257d30e6a9fd2c9f4f60e70a /phpBB/adm/style/captcha_qa_acp.html
parentcef8c2d87e2c1e55a7fd6d57e3f998e531fd0bf2 (diff)
downloadforums-5d7dfaebe1099dbf375950026a5ab0916f174c5b.tar
forums-5d7dfaebe1099dbf375950026a5ab0916f174c5b.tar.gz
forums-5d7dfaebe1099dbf375950026a5ab0916f174c5b.tar.bz2
forums-5d7dfaebe1099dbf375950026a5ab0916f174c5b.tar.xz
forums-5d7dfaebe1099dbf375950026a5ab0916f174c5b.zip
layout
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9824 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/captcha_qa_acp.html')
-rw-r--r--phpBB/adm/style/captcha_qa_acp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html
index 064d6969d1..c9a2a4c8ec 100644
--- a/phpBB/adm/style/captcha_qa_acp.html
+++ b/phpBB/adm/style/captcha_qa_acp.html
@@ -21,8 +21,8 @@
</tr>
<tr class="row3">
<td style="text-align: center;">{L_QUESTION_TEXT}</td>
- <td style="text-align: center;">{L_QUESTION_LANG}</td>
- <td style="text-align: center;">{L_ACTION}</td>
+ <td style="width: 5%; text-align: center;">{L_QUESTION_LANG}</td>
+ <td style="vertical-align: top; width: 50px; text-align: center; white-space: nowrap;">{L_ACTION}</td>
</tr>
</thead>
<tbody>
@@ -30,7 +30,7 @@
<!-- IF questions.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
- <td style="text-align: center;">{questions.QUESTION_TEXT}</td>
+ <td style="text-align: left;">{questions.QUESTION_TEXT}</td>
<td style="text-align: center;">{questions.QUESTION_LANG}</td>
<td style="text-align: center;"><a href="{questions.U_EDIT}">{ICON_EDIT}</a><a href="{questions.U_DELETE}">{ICON_DELETE}</a></td>
</tr>