1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 03:59:52 +02:00

[ticket/12332] Adjust size of mark column where too wide

PHPBB3-12332
This commit is contained in:
Matt Friedman
2014-04-26 09:50:45 -07:00
parent 76843f4a3a
commit 7d5672f6c5
2 changed files with 3 additions and 3 deletions

View File

@@ -169,9 +169,9 @@
<tr>
<th>{L_FILENAME}</th>
<th style="width: 20%;">{L_POST_TIME}</th>
<th style="width: 15%;">{L_FILESIZE}</th>
<th style="width: 20%;">{L_FILESIZE}</th>
<th style="width: 20%;">{L_DOWNLOADS}</th>
<th style="width: 10%;">{L_MARK}</th>
<th style="width: 50px;">{L_MARK}</th>
</tr>
</thead>
<tbody>