Changes between Initial Version and Version 1 of Ticket #35386


Ignore:
Timestamp:
Apr 18, 2024, 6:50:24 AM (5 weeks ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35386

    • Property Has patch set
    • Property Owner changed from nobody to Adam Johnson
    • Property Status newassigned
  • Ticket #35386 – Description

    initial v1  
    11For a single checkbox, styles align the help under the checkbox:
    22
    3 ...
     3[[Image(https://code.djangoproject.com/raw-attachment/ticket/35386/Xnapper-2024-04-16-10.31.32.png, 558px)]]
    44
    55
    66When the checkbox appears with any other field in the same line, this is undone:
    77
    8 ...
     8[[Image(https://code.djangoproject.com/raw-attachment/ticket/35386/Xnapper-2024-04-16-10.31.15.png, 592px)]]
    99
    1010Example admin:
     
    3232
    3333(It doesn’t matter if the other field is a checkbox or not.)
     34
     35Changing `fieldset.html` so `checkbox-row` is applied unconditionally to checkbox-containing field boxes fixes this regression, plus #34994:
     36
     37[[Image(https://code.djangoproject.com/raw-attachment/ticket/35386/Xnapper-2024-04-16-10.31.01.png, 562px)]]
Back to Top