Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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)

needs-padding.png (8.6 KB ) - added by Ben Sturmfels 8 years ago.
Screenshot showing cramped layout
form-field-padding.png (52.6 KB ) - added by jscn 8 years ago.
Form field input with breathing space
0001-Add-padding-around-form-field-labels.patch (727 bytes ) - added by jscn 8 years ago.
form-field-padding-sandy.png (108.6 KB ) - added by jscn 8 years ago.

Download all attachments as: .zip

Change History (11)

by Ben Sturmfels, 8 years ago

Attachment: needs-padding.png added

Screenshot showing cramped layout

by jscn, 8 years ago

Attachment: form-field-padding.png added

Form field input with breathing space

comment:1 by jscn, 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 jscn, 8 years ago

Status: newreview

comment:3 by Boris Bobrov, 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 jscn, 8 years ago

comment:4 by jscn, 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 Ben Sturmfels, 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:6 by Boris Bobrov, 8 years ago

Resolution: fixed
Status: reviewclosed

Thank you! Fixed in 30812a1

comment:7 by jscn, 8 years ago

@Sturm Thanks for organising it, it was great to see you again!

@breton Thanks!

Note: See TracTickets for help on using tickets.