MediaWiki:Minerva.css: Difference between revisions

no edit summary
mNo edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 7: Line 7:
}
}


/* Push the search bar all the way to the right without affecting logo */
/* Just push the search bar slightly to the right */
.skin-minerva .minerva-search-form {
.skin-minerva .minerva-search-form {
     position: absolute !important;
     margin-left: auto !important;
     right: 12px !important;
     margin-right: 8px; /* Increase to push it further right */
    height: 100%;
    display: flex;
    align-items: center;
}
}