summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7caf08f)
raw | patch | inline | side by side (parent: 7caf08f)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 14 Oct 2002 06:47:57 +0000 (06:47 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 14 Oct 2002 06:47:57 +0000 (06:47 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1347 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
roundup/templates/classic/html/style.css | patch | blob | history | |
roundup/templates/minimal/html/style.css | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index f4a3df83e777c4e261e10d9d1847f03f8c69531c..38675c4815d9abe88c723b28bf3c96e45f0e08f1 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
- 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
index 287b697ce4818ace1280a0e614a905a5b3f23d3b..c1223c8eb82259baf2bbe0202cb41c2ffc8ee70e 100644 (file)
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 */
index 287b697ce4818ace1280a0e614a905a5b3f23d3b..c1223c8eb82259baf2bbe0202cb41c2ffc8ee70e 100644 (file)
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 */