Update OOjs UI to v0.1.0-pre (1c5e409ab1)
authorJames D. Forrester <jforrester@wikimedia.org>
Tue, 9 Sep 2014 01:20:42 +0000 (18:20 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Tue, 9 Sep 2014 01:20:45 +0000 (18:20 -0700)
New changes:
83193e5 Make tools wrapper display inline so tools wrap around actions
1c5e409 Add backgrounds and borders to dropdowns in Minerva

Change-Id: I93e35c207042fe5efdc3e01498405c9ec606c67a

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

index 36138c4..010f24b 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (cc3c62607c)
+ * OOjs UI v0.1.0-pre (1c5e409ab1)
  * 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-09-08T18:26:13Z
+ * Date: 2014-09-09T01:20:39Z
  */
 /*
  * Blank theme mixins.
   float: right;
 }
 .oo-ui-toolbar-tools {
-  float: left;
+  display: inline;
 }
 .oo-ui-toolbar-tools,
 .oo-ui-toolbar-actions,
index 73ddb69..b365cd4 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (cc3c62607c)
+ * OOjs UI v0.1.0-pre (1c5e409ab1)
  * 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-09-08T18:26:13Z
+ * Date: 2014-09-09T01:20:39Z
  */
 /*
  * Blank theme mixins.
   margin-right: 2.25em;
 }
 .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
-  top: 2em;
+  top: 2.3em;
   margin: 0 -1px;
+  border: solid 1px #dddddd;
+  background-color: white;
 }
 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
   height: 2em;
   float: right;
 }
 .oo-ui-toolbar-tools {
-  float: left;
+  display: inline;
 }
 .oo-ui-toolbar-tools,
 .oo-ui-toolbar-actions,
   width: 100%;
   pointer-events: none;
 }
+.oo-ui-toolbar-bar {
+  border-bottom: solid 1px #dddddd;
+  background: white;
+}
+.oo-ui-toolbar-bar .oo-ui-toolbar-bar {
+  border: none;
+  background: none;
+}
 .oo-ui-selectWidget {
   margin: 0;
   padding: 0;
   cursor: pointer;
   padding: 0.8em 1em 0.8em 3.35em;
   border: none;
-  border-bottom: 1px solid #dddddd;
   font-weight: bold;
 }
 .oo-ui-optionWidget.oo-ui-widget-disabled {
 }
 .oo-ui-menuWidget {
   position: absolute;
+  background: white;
+  border: solid 1px #dddddd;
 }
 .oo-ui-menuWidget input {
   position: absolute;
index 3890cd6..5a840a1 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (cc3c62607c)
+ * OOjs UI v0.1.0-pre (1c5e409ab1)
  * 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-09-08T18:26:13Z
+ * Date: 2014-09-09T01:20:39Z
  */
 ( function ( OO ) {
 
index 99be213..11aaee0 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (cc3c62607c)
+ * OOjs UI v0.1.0-pre (1c5e409ab1)
  * 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-09-08T18:26:13Z
+ * Date: 2014-09-09T01:20:39Z
  */
 /*
  * Blank theme mixins.