mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12332] Adjust size of mark column where too wide
PHPBB3-12332
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<th style="width: 20%;">{L_TIME}</th>
|
||||
<th>{L_ACTION}</th>
|
||||
<!-- IF S_CLEARLOGS -->
|
||||
<th style="width: 10%;">{L_MARK}</th>
|
||||
<th style="width: 50px;">{L_MARK}</th>
|
||||
<!-- ENDIF -->
|
||||
</tr>
|
||||
</thead>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user