#5468 closed enhancement (fixed)
Comment box needs some top padding/margin
Reported by: | Ben Sturmfels | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | graphic design/interface | Keywords: | |
Cc: | Parent Tickets: |
Description
When you click "add comment", there's no vertical space between the "Silence comments" button and the "Comment" label. It needs a little so that it doesn't look to cramped. See attached pic.
Attachments (4)
Change History (11)
by , 8 years ago
Attachment: | needs-padding.png added |
---|
comment:1 by , 8 years ago
https://github.com/jscn/mediagoblin/tree/form-field-input-padding-5468
Removed 4px margin on form field inputs and added 10px padding above and below the input. I couldn't make out any consistent padding values so just went with a value that looked reasonable.
comment:2 by , 8 years ago
Status: | new → review |
---|
comment:3 by , 8 years ago
Does this bug exist on other mediagoblin themes, for example sandyseventiesspeedboat or airy?
Also, please post the patch as a .patch file? You can do it with git checkout form-field-input-padding-5468; git format-patch master
by , 8 years ago
Attachment: | 0001-Add-padding-around-form-field-labels.patch added |
---|
by , 8 years ago
Attachment: | form-field-padding-sandy.png added |
---|
comment:4 by , 8 years ago
Patch file attached.
Checked against sandyseventiesspeedboat and airy themes: both look okay to me with the change (without the change, airy exhibits the same problem as described.)
comment:5 by , 8 years ago
Josh,
Thanks very much for spending time hacking MediaGoblin with us at PyConAU! Was wonderful to hang out with you!
The above changes look pretty good to me, and hopefully Boris will be able to take a look again soon and merge them in.
Cheers,
Ben
comment:7 by , 8 years ago
@Sturm Thanks for organising it, it was great to see you again!
@breton Thanks!
Screenshot showing cramped layout