mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-11 16:38:20 +00:00
e9ad028a5b
Move the watchlist expiry dropdown list to be aligned in the centre, and its contents to be left-aligned. Bug: T261990 Change-Id: I3073618606636c78e6afb5bf19726c7b3973292b
8 lines
180 B
CSS
8 lines
180 B
CSS
.mw-watchstar-WatchlistExpiryWidget .oo-ui-dropdownInputWidget {
|
|
text-align: left;
|
|
}
|
|
|
|
.mw-watchstar-WatchlistExpiryWidget .oo-ui-dropdownInputWidget:last-child {
|
|
margin: auto;
|
|
}
|