aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-04-26 09:25:59 -0700
committerMatt Friedman <maf675@gmail.com>2014-04-26 09:25:59 -0700
commit76843f4a3a7d30502bbc50a74f112d45c8a9e0a7 (patch)
tree2c90343e4ebdf7df29d1407dfdb0ca50cbfb7d90 /phpBB/adm/style/acp_users.html
parent92fa39b79d45f024985a47431b9fbc071d1eebbc (diff)
downloadforums-76843f4a3a7d30502bbc50a74f112d45c8a9e0a7.tar
forums-76843f4a3a7d30502bbc50a74f112d45c8a9e0a7.tar.gz
forums-76843f4a3a7d30502bbc50a74f112d45c8a9e0a7.tar.bz2
forums-76843f4a3a7d30502bbc50a74f112d45c8a9e0a7.tar.xz
forums-76843f4a3a7d30502bbc50a74f112d45c8a9e0a7.zip
[ticket/12332] Adjust column widths for responsive changes
PHPBB3-12332
Diffstat (limited to 'phpBB/adm/style/acp_users.html')
-rw-r--r--phpBB/adm/style/acp_users.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html
index d1be177cfa..0522d17c37 100644
--- a/phpBB/adm/style/acp_users.html
+++ b/phpBB/adm/style/acp_users.html
@@ -168,9 +168,9 @@
<thead>
<tr>
<th>{L_FILENAME}</th>
- <th style="width: 15%;">{L_POST_TIME}</th>
+ <th style="width: 20%;">{L_POST_TIME}</th>
<th style="width: 15%;">{L_FILESIZE}</th>
- <th style="width: 15%;">{L_DOWNLOADS}</th>
+ <th style="width: 20%;">{L_DOWNLOADS}</th>
<th style="width: 10%;">{L_MARK}</th>
</tr>
</thead>