Update OOjs UI to v0.1.0-pre (20c61ec865)
authorJames D. Forrester <jforrester@wikimedia.org>
Thu, 20 Nov 2014 18:41:40 +0000 (10:41 -0800)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 20 Nov 2014 18:41:40 +0000 (10:41 -0800)
New changes:
20c61ec Follow-up Id9597fde: Restore toolbar-bar class

Change-Id: Ia16292b3ee46f5b38ee216927a9796a8fdf9235d

resources/lib/oojs-ui/oojs-ui-apex.css
resources/lib/oojs-ui/oojs-ui-apex.js
resources/lib/oojs-ui/oojs-ui-apex.svg.css
resources/lib/oojs-ui/oojs-ui-mediawiki.css
resources/lib/oojs-ui/oojs-ui-mediawiki.js
resources/lib/oojs-ui/oojs-ui-mediawiki.svg.css
resources/lib/oojs-ui/oojs-ui.js

index 7db8c39..901b2ff 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (1fa4eb7a73)
+ * OOjs UI v0.1.0-pre (20c61ec865)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-11-20T00:05:48Z
+ * Date: 2014-11-20T18:41:36Z
  */
 .oo-ui-progressBarWidget-slide-frames from {
        margin-left: -40%;
index 53d40d5..0ef5aa1 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (1fa4eb7a73)
+ * OOjs UI v0.1.0-pre (20c61ec865)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-11-20T00:05:37Z
+ * Date: 2014-11-20T18:41:26Z
  */
 /* Instantiation */
 
index 63acf83..c50ad4f 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (1fa4eb7a73)
+ * OOjs UI v0.1.0-pre (20c61ec865)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-11-20T00:05:48Z
+ * Date: 2014-11-20T18:41:36Z
  */
 .oo-ui-progressBarWidget-slide-frames from {
        margin-left: -40%;
index 6518cbc..11e6204 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (1fa4eb7a73)
+ * OOjs UI v0.1.0-pre (20c61ec865)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-11-20T00:05:48Z
+ * Date: 2014-11-20T18:41:36Z
  */
 .oo-ui-progressBarWidget-slide-frames from {
        margin-left: -40%;
index d447a38..e2520a1 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (1fa4eb7a73)
+ * OOjs UI v0.1.0-pre (20c61ec865)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-11-20T00:05:37Z
+ * Date: 2014-11-20T18:41:26Z
  */
 /**
  * @class
index f67ecdb..63d5399 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (1fa4eb7a73)
+ * OOjs UI v0.1.0-pre (20c61ec865)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-11-20T00:05:48Z
+ * Date: 2014-11-20T18:41:36Z
  */
 .oo-ui-progressBarWidget-slide-frames from {
        margin-left: -40%;
index d7b79dd..80d4c1d 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (1fa4eb7a73)
+ * OOjs UI v0.1.0-pre (20c61ec865)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-11-20T00:05:37Z
+ * Date: 2014-11-20T18:41:26Z
  */
 ( function ( OO ) {
 
@@ -5287,7 +5287,9 @@ OO.ui.Toolbar = function OoUiToolbar( toolFactory, toolGroupFactory, config ) {
        if ( config.actions ) {
                this.$bar.append( this.$actions.addClass( 'oo-ui-toolbar-actions' ) );
        }
-       this.$bar.append( this.$group, '<div style="clear:both"></div>' );
+       this.$bar
+               .addClass( 'oo-ui-toolbar-bar' )
+               .append( this.$group, '<div style="clear:both"></div>' );
        if ( config.shadow ) {
                this.$bar.append( '<div class="oo-ui-toolbar-shadow"></div>' );
        }