aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-12 18:47:49 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:19:09 +0200
commit9b756b9b98aca4a3817d4c7857ade8582e0cbe25 (patch)
treea093cba57a119e03b11dcb91dd852ee0931e667a /phpBB
parent82c97b0a3fb9409747220fe2138016a1208c0dda (diff)
downloadforums-9b756b9b98aca4a3817d4c7857ade8582e0cbe25.tar
forums-9b756b9b98aca4a3817d4c7857ade8582e0cbe25.tar.gz
forums-9b756b9b98aca4a3817d4c7857ade8582e0cbe25.tar.bz2
forums-9b756b9b98aca4a3817d4c7857ade8582e0cbe25.tar.xz
forums-9b756b9b98aca4a3817d4c7857ade8582e0cbe25.zip
[ticket/11366] Versions, options and actions heading should be centered
PHPBB3-11366
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/acp_ext_list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index 0b4a7d9fd2..3a725ee069 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -32,9 +32,9 @@
<thead>
<tr>
<th>{L_EXTENSION_NAME}</th>
- <th width="20%">{L_CURRENT_VERSION}</th>
- <th width="10%">{L_EXTENSION_OPTIONS}</th>
- <th width="25%">{L_EXTENSION_ACTIONS}</th>
+ <th style="text-align: center;" width="20%">{L_CURRENT_VERSION}</th>
+ <th style="text-align: center;" width="10%">{L_EXTENSION_OPTIONS}</th>
+ <th style="text-align: center;" width="25%">{L_EXTENSION_ACTIONS}</th>
</tr>
</thead>
<tbody>