From: richard Date: Mon, 14 Oct 2002 06:47:57 +0000 (+0000) Subject: made form table cell alignment consistent (sf bug 621887) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=541f7ca2b55c7475b77ecb95c954d9b7630342ec;p=roundup.git made form table cell alignment consistent (sf bug 621887) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1347 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index f4a3df8..38675c4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,6 +25,7 @@ are given with the most recent entry first. - implemented the missing Interval.__add__ - added ability to implement new templating utility methods - expose the Date.pretty method to templating +- made form table cell alignment consistent (sf bug 621887) 2002-10-02 0.5.0 diff --git a/roundup/templates/classic/html/style.css b/roundup/templates/classic/html/style.css index 287b697..c1223c8 100644 --- a/roundup/templates/classic/html/style.css +++ b/roundup/templates/classic/html/style.css @@ -82,21 +82,19 @@ table.form th.header { text-align: left; } -table.form td.optional { - font-weight: bold; - font-style: italic; +table.form td { color: #333333; empty-cells: show; + vertical-align: top; } -table.form td { - color: #333333; - empty-cells: show; +table.form td.optional { + font-weight: bold; + font-style: italic; } table.form td.html { color: #777777; - empty-cells: show; } /* style for lists */ diff --git a/roundup/templates/minimal/html/style.css b/roundup/templates/minimal/html/style.css index 287b697..c1223c8 100644 --- a/roundup/templates/minimal/html/style.css +++ b/roundup/templates/minimal/html/style.css @@ -82,21 +82,19 @@ table.form th.header { text-align: left; } -table.form td.optional { - font-weight: bold; - font-style: italic; +table.form td { color: #333333; empty-cells: show; + vertical-align: top; } -table.form td { - color: #333333; - empty-cells: show; +table.form td.optional { + font-weight: bold; + font-style: italic; } table.form td.html { color: #777777; - empty-cells: show; } /* style for lists */