ceceppa/ceceppa-multilingua

CSS bug in backend with WP Seo by Yoast

Closed this issue · 6 comments

The metabox of Wp Seo by yoast have a little problem of alignment of tabs created by the file admins.css on line 454:

.advanced {
    background: none repeat scroll 0% 0% #FFF;
    cursor: default !important;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    display: block !important;
}

The problem is display block

Fixed in 1.5.0

the problem persist

Did you try the git version?

Tested with the new admin.css but the problem persist, the problem is the display block :-/
maybe a better selector fix the problem.

I did... I changed the line from:

.advanced {

to

.cml-wrap .advanced {

Can you check if your admin.css contains this change?

the cache -.-'
problem fixed.