diff options
author | Manuel Tortosa <manutortosa@gmail.com> | 2010-09-29 14:38:02 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2010-10-03 09:50:07 +0200 |
commit | fa331f2cfec3600ec6e4222ad92c090c71c19623 (patch) | |
tree | 5b5e20073015bdc448ea19f200721236f501ddce /web/template | |
parent | 9822b2e99bdf579e09fafb9c7a8ebb0b6804663c (diff) | |
download | aur-fa331f2cfec3600ec6e4222ad92c090c71c19623.tar.gz aur-fa331f2cfec3600ec6e4222ad92c090c71c19623.tar.xz |
Fix columns headers visibility
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/pkg_search_results.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index bb898df6..ab49c6b9 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -21,7 +21,7 @@ <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> </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> </span></th> <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> </span></th> <?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'> <a href='?<?php print mkurl('SB=m&SO=' . $SO_next) ?>'><?php print __("Maintainer") ?></a> </span></th> |