MediaWiki:Common.css.bak: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 312: Line 312:
}
}
#print-selection-wrapper {
#print-selection-wrapper {
   display: flex;
  position: relative;
   align-items: center;
}
#print-selection-options {
  position: absolute;
  top: 100%;        /* directly under button */
  right: 0;        /* align to right edge */
  z-index: 99999;
 
   display: none;    /* already controlled by JS */
  white-space: nowrap;
 
   margin-top: 4px; /* small gap under button */
}
}
.toggle-filters.general-toggle {
.toggle-filters.general-toggle {

Navigation menu