diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2011-04-23 15:10:04 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2011-04-23 15:10:04 -0700 |
commit | 92c23ea92d7c943d330c12a1c84fdcbdf2678202 (patch) | |
tree | 5936e4a3aa6ca7b1c37d67417c187be25c4c5e9b /modules/gallery/views | |
parent | aa0d98e515983799c370fabf749d6c502a7bac8c (diff) |
Set the width of the information column to 60px to prevent icon wrap
Diffstat (limited to 'modules/gallery/views')
-rw-r--r-- | modules/gallery/views/admin_modules.html.php | 2 |
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 ecd51d30..03993bb2 100644 --- a/modules/gallery/views/admin_modules.html.php +++ b/modules/gallery/views/admin_modules.html.php @@ -55,7 +55,7 @@ <th style="width: 8em"> <?= t("Name") ?> </th> <th> <?= t("Version") ?> </th> <th> <?= t("Description") ?> </th> - <th> <?= t("Details") ?> </th> + <th style="width: 60px"> <?= t("Details") ?> </th> </tr> <? foreach ($available as $module_name => $module_info): ?> <tr class="<?= text::alternate("g-odd", "g-even") ?>"> |