Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.widgets / mw.widgets.DateTimeInputWidget.styles.less
blob89251773aec256a47b385e0402c6e2146a98c6cc
1 /*!
2  * MediaWiki Widgets – PHP DateTimeInputWidget styles.
3  *
4  * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
5  * @license The MIT License (MIT); see LICENSE.txt
6  */
8 // Pending state (T382186)
9 .client-nojs .mw-widgets-datetime-dateTimeInputWidget .mw-widgets-pendingTextInputWidget,
10 .client-js .mw-widgets-datetime-dateTimeInputWidget input[ type='datetime' ] {
11         display: none;
14 .mw-widgets-datetime-dateTimeInputWidget .mw-widgets-pendingTextInputWidget {
15         // Hack^2: apply same max-width used by the widget to match the calendar popup.
16         max-width: 24.275em;