1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 23:11:45 +02:00

[ticket/12332] Adjust column widths for responsive changes

PHPBB3-12332
This commit is contained in:
Matt Friedman
2014-04-26 09:25:59 -07:00
parent 92fa39b79d
commit 76843f4a3a
2 changed files with 5 additions and 5 deletions

View File

@@ -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>