Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 1292:f7d9fefcae88
Fixes for SourceForge tracker bugs.
- remember the change note on bad submissions [SF#625989]
- highlight required form fields [SF#625989]
add a couple of examples to the customisation doc too.
un-reversed the message list so first messages appear first.
fixed the messages header (post introduction of "remove")
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 21 Oct 2002 00:42:00 +0000 |
| parents | 4d4f26834092 |
| children | 3e65577ad6d7 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Fri Oct 18 03:34:58 2002 +0000 +++ b/roundup/templates/classic/html/style.css Mon Oct 21 00:42:00 2002 +0000 @@ -70,19 +70,22 @@ } table.form th { - font-weight: bold; color: #333388; text-align: right; vertical-align: top; + font-weight: normal; } table.form th.header { font-weight: bold; - color: #333388; background-color: #eeeeff; text-align: left; } +table.form th.required { + font-weight: bold; +} + table.form td { color: #333333; empty-cells: show;
