mediawiki-skins-MinervaNeue/skinStyles/mediawiki.watchstar.widgets.css
Sam Wilson e9ad028a5b Center and align the expiry dropdown in watchstar widget
Move the watchlist expiry dropdown list to be aligned in the
centre, and its contents to be left-aligned.

Bug: T261990
Change-Id: I3073618606636c78e6afb5bf19726c7b3973292b
2020-09-21 13:24:03 +08:00

8 lines
180 B
CSS

.mw-watchstar-WatchlistExpiryWidget .oo-ui-dropdownInputWidget {
text-align: left;
}
.mw-watchstar-WatchlistExpiryWidget .oo-ui-dropdownInputWidget:last-child {
margin: auto;
}