mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11150] Uses percentages instead of fixed column size
PHPBB3-11150
This commit is contained in:
parent
1acef8d268
commit
35b0543da9
1 changed files with 3 additions and 3 deletions
|
@ -76,10 +76,10 @@
|
||||||
<col class="row1" ><col class="row1" ><col class="row1" ><col class="row2" >
|
<col class="row1" ><col class="row1" ><col class="row1" ><col class="row2" >
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 250px;">{{ lang("EXTENSION_NAME") }}</th>
|
<th style="width: 25%;">{{ lang("EXTENSION_NAME") }}</th>
|
||||||
<th style="text-align: center; width: 80px;">{{ lang("VERSION") }}</th>
|
<th style="text-align: center; width: 10%;">{{ lang("VERSION") }}</th>
|
||||||
<th>{{ lang("DESCRIPTION") }}</th>
|
<th>{{ lang("DESCRIPTION") }}</th>
|
||||||
<th style="text-align: center; width: 150px;">{{ lang("EXTENSION_ACTIONS") }}</th>
|
<th style="text-align: center; width: 15%;">{{ lang("EXTENSION_ACTIONS") }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Reference in a new issue