MediaWiki:Minerva.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
     margin-left: 8px !important; /* ← increase this value to move it further left */
     margin-left: 8px !important; /* ← increase this value to move it further left */
     text-align: left !important;
     text-align: left !important;
}
/* Force desktop Minerva to use the mobile-style search icon */
@media (min-width: 720px) {
  .skin-minerva .minerva-search-form {
    width: auto !important;
    padding: 0 !important;
    background: none !important;
  }
  .skin-minerva .minerva-search-form input {
    display: none !important;
  }
  .skin-minerva .minerva-search-form .mw-ui-icon-search {
    font-size: 1.5em;
    padding: 0 12px;
    display: inline-block !important;
  }
}
}