2 * MediaWiki Widgets – PHP DateTimeInputWidget styles.
4 * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
5 * @license The MIT License (MIT); see LICENSE.txt
8 // Pending state (T382186)
9 .client-nojs .mw-widgets-datetime-dateTimeInputWidget .mw-widgets-pendingTextInputWidget,
10 .client-js .mw-widgets-datetime-dateTimeInputWidget input[ type='datetime' ] {
14 .mw-widgets-datetime-dateTimeInputWidget .mw-widgets-pendingTextInputWidget {
15 // Hack^2: apply same max-width used by the widget to match the calendar popup.