Commit eec451f
Fix review form checkbox styling (#45)
This fixes an issue I reported on the pgsql-www mailing list [1].
The checkboxes that were present on the review form were not displayed
correctly. This makes some small css tweaks to address that problem. A
better fix would probably be to generate different HTML, but that would
require changing the way forms are rendered by Django for these
checkboxes. Which is not trivial to do. So for now this fix is fine.
Before:

After:

[1]:
https://www.postgresql.org/message-id/flat/CADXhmgQbed%2BJP3o5szv15sKsT5gkfZi4urOSLsYoC-oAGepK7g%40mail.gmail.com1 parent 086775f commit eec451f
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
0 commit comments