[imp] minor readability fix in folders page
Chuck Hagenbuch
chuck at horde.org
Tue Apr 1 09:04:07 PST 2003
Quoting Leena Heino <Leena.Heino at uta.fi>:
> This patch adds a couple of nbsp's to separate the numbers. This patch is
> intended for IMP RELENG version and should also apply to HEAD version.
> --- imp/templates/folders/row.inc.orig Tue Jul 16 18:45:53 2002
> +++ imp/templates/folders/row.inc Tue Apr 1 14:57:27 2003
> @@ -5,6 +5,6 @@
> <?php echo $dir . ' ' . $name ?>
> </td>
> <td> </td>
> - <td align="center"><?php echo $msgs ?></td>
> + <td align="center"><?php echo $msgs ?> </td>
> <td align="center"><?php echo $new ?></td>
> </tr>
The way to do this is to increase the column width, not to add padding like
that - that'll just make the column look very uneven.
-chuck
--
Charles Hagenbuch, <chuck at horde.org>
"... It is not more light we need, but more warmth! We die of cold, not of
darkness. It is not the night that kills, but the frost." - Miguel de
Unamuno
More information about the imp
mailing list