aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.widgets/mw.widgets.ExpiryInputWidget.less
Commit message (Collapse)AuthorAgeFilesLines
* styles: Replace deprecated breakpointsVolker E2024-06-051-3/+2
| | | | | | | | | | | | | | | | | | | | The values have slightly changed: - Tablet breakpoint is decreased by 80px, pushing lesser devices into a mobile only experience but should make barely a difference to vast majority of our users. - Biggest difference is in `min-width-breakpoint-desktop`, which is increased by 120px in comparison to `@width-breakpoint-desktop: 1000px` before. - This is also changing values in `Skin::initPage` and 'mediawiki.page.ready/ready.js', which contain an old workaround for iPad meta viewport values. Bringing the function to the same values as the new breakpoints. Also changing accompanying comments for clarifying better what code is here for. Bug: T349793 Change-Id: I3afba8c51f60de9271054499bfa3ffbcc1a9d779
* Improve layout of ExpiryInputWidget on mobileThalia2018-12-111-1/+28
| | | | | Bug: T208271 Change-Id: If3f9c417cd2fad98165b8a2eaef9a05673ce5b4d
* Create Expiry Widget with Date Time SelectorDavid Barratt2018-04-191-0/+26
Special:Block needs a date time selector for easier selection of expiry. To accommodate this cleanly, a new Expiry Widget is created that handles this logic. Bug: T132220 Change-Id: I2853a2ca0ae6ccead3978f4bb50a77c2baa3a150