Making WordPress.org

Opened 11 years ago

Closed 11 years ago

#364 closed defect (bug) (fixed)

Padding issue on Submit button - Profiles Page

Reported by: bravokeyl's profile bravokeyl Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
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 11 years ago.

Download all attachments as: .zip

Change History (4)

#1 @bravokeyl
11 years ago

  • Cc bravokeyl@… added

I think it can be solved using

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

#2 @coffee2code
11 years ago

  • Owner set to coffee2code
  • Status changed from new to accepted

#3 @coffee2code
11 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

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.