Search and Top Navigation
#9187 closed bug (invalid)
Opened March 27, 2013 07:29AM UTC
Closed April 11, 2013 08:50AM UTC
Margin right should increase in button module
Reported by: | johnchinnathambi | Owned by: | johnchinnathambi |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.button | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Margin right should increase in button component
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -0.3em;
}
it should be
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -0.4em;
}
Attachments (0)
Change History (2)
Changed March 27, 2013 12:06PM UTC by comment:1
owner: | → johnchinnathambi |
---|---|
status: | new → pending |
Changed April 11, 2013 08:50AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Hi johnchinnathambi,
Thanks for taking the time to contribute to the jQuery UI project. Can you please provide a test case that shows the issue this is creating? You can use this as a starting point: http://jsfiddle.net/tj_vantoll/RKwuk/.
Thanks!