jQuery UI – CSS interfering with admin plugin page css
-
Seems like jQuery UI is interfering with the plugin page, mainly the plugin descriptions that appear after you click “view details”.
Markup:
<div id="plugin-information-content" class=""> <div class="fyi">...</div> <div id="section-holder" class="wrap">...</div> ...The div with the class “fyi” is floated to the right which makes the “wrap” naturally fall to the left of it. However, jQuery UI seems to be adding a “clear:both” to the “wrap” making it fall below the content of the “fyi”.
Might need to change the class naming.It’s a bit annoying having to scroll down a far ways to get to the description depending on how many contributors the plugin has.
Cheers.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘jQuery UI – CSS interfering with admin plugin page css’ is closed to new replies.