[wp-trac] [WordPress Trac] #26646: On Appearance themes page ".themes" div is not covering floated elements.
WordPress Trac
noreply at wordpress.org
Mon Dec 16 14:00:37 UTC 2013
#26646: On Appearance themes page ".themes" div is not covering floated elements.
--------------------------+-----------------------------
Reporter: 5um17 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Appearance | Version: 3.8
Severity: normal | Keywords:
--------------------------+-----------------------------
On theme page, all theme's thumbnail wrapper div are floated left but the
parent div (div.themes) do not cover any floated element;
Moreover div.themes is also having 100px bottom padding which is not
taking any effect on the page.[[BR]]
In '''/wp-admin/themes.php''' have a clearing element {{{ <br
class="clear" /> }}} inside the div.themes but when rendering is done by
tmpl-theme template, the clearing element {{{ <br class="clear" /> }}} is
being inserted outside of the div.themes.[[BR]]
[[BR]]
Also the "add-new-theme" element is being add as last child element of
div.themes but last element should be {{{ <br class="clear" /> }}}
to clear every element, if not then div.add-new-theme will start from new
line even though there is room available next to div.theme element.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26646>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list