[wp-trac] [WordPress Trac] #21598: Update default button styles in core
WordPress Trac
wp-trac at lists.automattic.com
Mon Oct 8 14:08:15 UTC 2012
#21598: Update default button styles in core
---------------------------------------+------------------
Reporter: lessbloat | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.5
Component: UI | Version:
Severity: normal | Resolution:
Keywords: needs-testing needs-patch |
---------------------------------------+------------------
Comment (by lessbloat):
Replying to [comment:78 nacin]:
> Removing `height: 1em;` from #edit-slug-box means that #edit-slug-box no
longer takes up space on post-new.php. That blank space is taken up by the
permalink editor after an autosave. Without it, you end up with the editor
getting bumped down. ~~Adding it back; if there's a better solution,
that's fine too.~~ We need a solution.
I'd say just add it back when the slug is visible. Something like:
{{{
.post-php #edit-slug-box {
height: 1.8em;
}
}}}
Which prevents having a huge gap on the new post page.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21598#comment:80>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list