diff options
author | Bartosz Dziewoński <matma.rex@gmail.com> | 2018-01-02 21:02:12 +0100 |
---|---|---|
committer | Bartosz Dziewoński <matma.rex@gmail.com> | 2018-01-02 20:14:11 +0000 |
commit | 68693d1930f4dc0924aa397eea26fef2bfb0aaa5 (patch) | |
tree | d541bfa88c05e9c92af7d7311fbab0c6dcf4a1ed /resources/lib/oojs-ui/oojs-ui-core-apex.css | |
parent | f1189284588d626e257bb8cfa43e7a8d60c0453f (diff) | |
download | mediawikicore-68693d1930f4dc0924aa397eea26fef2bfb0aaa5.tar.gz mediawikicore-68693d1930f4dc0924aa397eea26fef2bfb0aaa5.zip |
Update OOjs UI to v0.24.4
Release notes:
https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.24.4
Depends-On: Ia54fb8fddc159f1612ca3038cdbd7da63935aa83
Change-Id: I3e59bf24191ddb753602cd4221fe998b53d25d8c
Diffstat (limited to 'resources/lib/oojs-ui/oojs-ui-core-apex.css')
-rw-r--r-- | resources/lib/oojs-ui/oojs-ui-core-apex.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/resources/lib/oojs-ui/oojs-ui-core-apex.css b/resources/lib/oojs-ui/oojs-ui-core-apex.css index 1717643c628f..526ee30e3a71 100644 --- a/resources/lib/oojs-ui/oojs-ui-core-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-core-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.24.3 + * OOjs UI v0.24.4 * https://www.mediawiki.org/wiki/OOjs_UI * - * Copyright 2011–2017 OOjs UI Team and other contributors. + * Copyright 2011–2018 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2017-11-28T23:28:10Z + * Date: 2018-01-02T19:09:04Z */ .oo-ui-element-hidden { display: none !important; @@ -1497,3 +1497,9 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { transform: translate(350%); } } +.oo-ui-defaultOverlay { + position: absolute; + top: 0; + /* @noflip */ + left: 0; +} |