summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-15 16:11:21 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-15 16:11:21 -0700
commit1df752a2f2aba75358d9bb627bc6da9fad7ca889 (patch)
tree631c2e885c53faef5b5665651503b359725b1a65
parent78186c262c1ab87500cb8d6a1bebae35c2dfbf40 (diff)
Make the "name" column a little wider.
-rw-r--r--modules/gallery/views/admin_modules.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php
index c5015e68..4d6fe5f0 100644
--- a/modules/gallery/views/admin_modules.html.php
+++ b/modules/gallery/views/admin_modules.html.php
@@ -52,7 +52,7 @@
<table>
<tr>
<th> <?= t("Installed") ?> </th>
- <th> <?= t("Name") ?> </th>
+ <th style="width: 8em"> <?= t("Name") ?> </th>
<th> <?= t("Version") ?> </th>
<th> <?= t("Description") ?> </th>
</tr>