Update OOjs UI to v0.16.0
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-core-apex.css
index 734ff71..6d9dbd8 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.15.3
+ * OOjs UI v0.16.0
  * 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-02-09T21:21:21Z
+ * Date: 2016-02-22T22:33:37Z
  */
 .oo-ui-element-hidden {
        display: none !important;
 .oo-ui-indicatorElement.oo-ui-indicatorElement-indicator {
        opacity: 0.8;
 }
+.oo-ui-labelElement .oo-ui-labelElement-label-highlight {
+       font-weight: bold;
+}
 .oo-ui-pendingElement-pending {
        background-image: /* @embed */ url(themes/apex/images/textures/pending.gif);
 }
        width: 100%;
        max-width: 50em;
 }
+.oo-ui-dropdownInputWidget .oo-ui-dropdownWidget,
+.oo-ui-dropdownInputWidget select {
+       display: block;
+}
 .oo-ui-dropdownInputWidget select {
-       display: inline-block;
        width: 100%;
        resize: none;
        -webkit-box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.25em;
 }
+.oo-ui-dropdownInputWidget option {
+       font-size: inherit;
+       font-family: inherit;
+       height: 1.5em;
+       padding: 0.5em 1em;
+}
 .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover,
 .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:focus {
        border-color: rgba(0, 0, 0, 0.2);
 }
 .oo-ui-textInputWidget input,
 .oo-ui-textInputWidget textarea {
-       display: inline-block;
+       display: block;
        width: 100%;
        resize: none;
        -webkit-box-sizing: border-box;
 }
 .oo-ui-dropdownWidget-handle {
        width: 100%;
-       display: inline-block;
+       display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: default;
        opacity: 0.2;
 }
-.oo-ui-comboBoxInputWidget > .oo-ui-selectWidget {
-       margin-top: -3px;
-}