MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 162: Line 162:
#simpleSearch {
#simpleSearch {
   position: relative;
   position: relative;
  display: flex;
  align-items: center;
}
}


Line 198: Line 200:


.nrs {
.nrs {
   margin-left: 40%;
   margin-left: auto; /* Push [ Nr(s). ] to the right as much as possible */
}
}


#searchInput {
#searchInput {
   position: absolute; /* Set the search input to absolute position */
   margin-right: 8px; /* Adjust the spacing between search input and closing bracket */
  right: 0; /* Align it to the right within #simpleSearch */
}
}

Navigation menu