mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix columns headers visibility
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
9822b2e99b
commit
fa331f2cfe
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
|
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
|
||||||
<a href='?<?php print mkurl('SB=c&SO=' . $SO_next) ?>'><?php print __("Category") ?></a>
|
<a href='?<?php print mkurl('SB=c&SO=' . $SO_next) ?>'><?php print __("Category") ?></a>
|
||||||
</span></th>
|
</span></th>
|
||||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
|
<th style='border-bottom: #666 1px solid; vertical-align: bottom; text-align: center;'><span class='f2'>
|
||||||
<a href='?<?php print mkurl('SB=n&SO=' . $SO_next) ?>'><?php print __("Name") ?></a>
|
<a href='?<?php print mkurl('SB=n&SO=' . $SO_next) ?>'><?php print __("Name") ?></a>
|
||||||
</span></th>
|
</span></th>
|
||||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
|
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
<a href='?<?php print mkurl('SB=o&SO=' . $SO_next) ?>'><?php print __("Notify") ?></a>
|
<a href='?<?php print mkurl('SB=o&SO=' . $SO_next) ?>'><?php print __("Notify") ?></a>
|
||||||
</span></th>
|
</span></th>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("Description") ?></span></th>
|
<th style='border-bottom: #666 1px solid; vertical-align: bottom; text-align: center;'><span class='f2'><?php print __("Description") ?></span></th>
|
||||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
|
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'>
|
||||||
<a href='?<?php print mkurl('SB=m&SO=' . $SO_next) ?>'><?php print __("Maintainer") ?></a>
|
<a href='?<?php print mkurl('SB=m&SO=' . $SO_next) ?>'><?php print __("Maintainer") ?></a>
|
||||||
</span></th>
|
</span></th>
|
||||||
|
|
Loading…
Add table
Reference in a new issue