Making WordPress.org

Opened 12 years ago

Closed 12 years ago

#364 closed defect (bug) (fixed)

Padding issue on Submit button - Profiles Page

Reported by: bravokeyl Owned by: coffee2code
Priority: normal Milestone:
Component: Profiles Keywords: needs-patch ui-feedback
Cc:

Description

Padding issue on submit fields using chrome.
https://cloudup.com/cszXGyNWDwq

Attachments (1)

padding issues.png (52.7 KB ) - added by bravokeyl 12 years ago.

Download all attachments as: .zip

Change History (4)

#1 @bravokeyl
12 years ago

  • Cc bravokeyl@… added

I think it can be solved using

#wporg-notifications input[type="submit"] {
    padding:0px 10px;
}
Last edited 12 years ago by bravokeyl (previous) (diff)

#2 @coffee2code
12 years ago

  • Owner set to coffee2code
  • Status newaccepted

#3 @coffee2code
12 years ago

  • Resolutionfixed
  • Status acceptedclosed

Fixed.

Ended up just needing to remove unnecessary padding applied to buttons which caused the button text to become un-centered.

Note: See TracTickets for help on using tickets.