X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Foojs-ui%2Foojs-ui-windows-apex.css;h=b1a3c3bac99336cde119909ef7e36c336e2d1564;hb=841efe7274615e157ab25b13da28f3279af1da49;hp=0f9c14559f889dd13e7a0044b42817f4abc58cb8;hpb=cd69b253b13c66eb5f61c27200f22ee7eac4cde0;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/oojs-ui/oojs-ui-windows-apex.css b/resources/lib/oojs-ui/oojs-ui-windows-apex.css index 0f9c14559f..b1a3c3bac9 100644 --- a/resources/lib/oojs-ui/oojs-ui-windows-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-windows-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.16.4 + * OOjs UI v0.17.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-03-22T22:48:25Z + * Date: 2016-04-26T21:34:05Z */ .oo-ui-actionWidget.oo-ui-pendingElement-pending { background-image: /* @embed */ url(themes/apex/images/textures/pending.gif); @@ -21,7 +21,7 @@ box-sizing: border-box; } .oo-ui-window-content:focus { - outline: none; + outline: 0; } .oo-ui-window-head, .oo-ui-window-foot { @@ -402,6 +402,8 @@ .oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame { top: 1em; bottom: 1em; + max-height: 100%; + max-height: calc(100% - 2em); border: 1px solid #cccccc; border-radius: 0.5em; box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.3);