Update OOjs UI to v0.17.10
Release notes: https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.17.10 Change-Id: I4faf83e301417ef5721a81a4a69890854e6c266b
This commit is contained in:
parent
864be4b56e
commit
5dc0cc4082
15 changed files with 38 additions and 29 deletions
|
|
@ -25,7 +25,7 @@
|
|||
"ext-xml": "*",
|
||||
"liuggio/statsd-php-client": "1.0.18",
|
||||
"mediawiki/at-ease": "1.1.0",
|
||||
"oojs/oojs-ui": "0.17.9",
|
||||
"oojs/oojs-ui": "0.17.10",
|
||||
"oyejorge/less.php": "1.7.0.10",
|
||||
"php": ">=5.5.9",
|
||||
"psr/log": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:02Z
|
||||
* Date: 2016-10-03T18:59:01Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:06Z
|
||||
* Date: 2016-10-03T18:59:06Z
|
||||
*/
|
||||
.oo-ui-element-hidden {
|
||||
display: none !important;
|
||||
|
|
@ -406,6 +406,10 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
|||
max-width: 100%;
|
||||
padding: 0;
|
||||
white-space: normal;
|
||||
float: left;
|
||||
}
|
||||
.oo-ui-fieldsetLayout-group {
|
||||
clear: both;
|
||||
}
|
||||
.oo-ui-fieldsetLayout > .oo-ui-fieldsetLayout-help {
|
||||
float: right;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:06Z
|
||||
* Date: 2016-10-03T18:59:06Z
|
||||
*/
|
||||
.oo-ui-element-hidden {
|
||||
display: none !important;
|
||||
|
|
@ -529,6 +529,10 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
|||
max-width: 100%;
|
||||
padding: 0;
|
||||
white-space: normal;
|
||||
float: left;
|
||||
}
|
||||
.oo-ui-fieldsetLayout-group {
|
||||
clear: both;
|
||||
}
|
||||
.oo-ui-fieldsetLayout > .oo-ui-fieldsetLayout-help {
|
||||
float: right;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:02Z
|
||||
* Date: 2016-10-03T18:59:01Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
@ -10121,6 +10121,7 @@ OO.ui.FieldsetLayout = function OoUiFieldsetLayout( config ) {
|
|||
}
|
||||
|
||||
// Initialization
|
||||
this.$group.addClass( 'oo-ui-fieldsetLayout-group' );
|
||||
this.$element
|
||||
.addClass( 'oo-ui-fieldsetLayout' )
|
||||
.prepend( this.$label, this.$help, this.$icon, this.$group );
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:02Z
|
||||
* Date: 2016-10-03T18:59:01Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:06Z
|
||||
* Date: 2016-10-03T18:59:06Z
|
||||
*/
|
||||
.oo-ui-popupTool .oo-ui-popupWidget-popup,
|
||||
.oo-ui-popupTool .oo-ui-popupWidget-anchor {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:06Z
|
||||
* Date: 2016-10-03T18:59:06Z
|
||||
*/
|
||||
.oo-ui-tool.oo-ui-widget-enabled {
|
||||
-webkit-transition: background-color 100ms;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:02Z
|
||||
* Date: 2016-10-03T18:59:01Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:06Z
|
||||
* Date: 2016-10-03T18:59:06Z
|
||||
*/
|
||||
.oo-ui-draggableElement-handle,
|
||||
.oo-ui-draggableElement-handle.oo-ui-widget {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:06Z
|
||||
* Date: 2016-10-03T18:59:06Z
|
||||
*/
|
||||
.oo-ui-draggableElement-handle,
|
||||
.oo-ui-draggableElement-handle.oo-ui-widget {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:02Z
|
||||
* Date: 2016-10-03T18:59:01Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:06Z
|
||||
* Date: 2016-10-03T18:59:06Z
|
||||
*/
|
||||
.oo-ui-actionWidget.oo-ui-pendingElement-pending {
|
||||
background-image: /* @embed */ url(themes/apex/images/textures/pending.gif);
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:06Z
|
||||
* Date: 2016-10-03T18:59:06Z
|
||||
*/
|
||||
.oo-ui-window {
|
||||
background: transparent;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* OOjs UI v0.17.9
|
||||
* OOjs UI v0.17.10
|
||||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||||
*
|
||||
* Copyright 2011–2016 OOjs UI Team and other contributors.
|
||||
* Released under the MIT license
|
||||
* http://oojs.mit-license.org
|
||||
*
|
||||
* Date: 2016-09-13T18:30:02Z
|
||||
* Date: 2016-10-03T18:59:01Z
|
||||
*/
|
||||
( function ( OO ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue