[wp-trac] [WordPress Trac] #16084: no space between buttons (css issue)
WordPress Trac
wp-trac at lists.automattic.com
Mon Jan 3 05:47:08 UTC 2011
#16084: no space between buttons (css issue)
-------------------------------------+------------------------------
Reporter: rasheed | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: RTL | Version: 3.1
Severity: normal | Resolution: worksforme
Keywords: has-patch needs-testing |
-------------------------------------+------------------------------
Changes (by yoavf):
* status: new => closed
* resolution: => worksforme
Comment:
I can't reproduce that screenshot state.
Also
{{{
.tablenav a.button-secondary {
margin: 3px 0 0 8px;
}
}}}
is necessary, as original in wp-admin-dev.css is
{{{
.tablenav a.button-secondary {
margin: 3px 8px 0 0;
}
}}}
I couldn't find any other css code that would interfere with this.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16084#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list