From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- vendor/oojs/oojs-ui/src/styles/Dialog.less | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 vendor/oojs/oojs-ui/src/styles/Dialog.less (limited to 'vendor/oojs/oojs-ui/src/styles/Dialog.less') diff --git a/vendor/oojs/oojs-ui/src/styles/Dialog.less b/vendor/oojs/oojs-ui/src/styles/Dialog.less new file mode 100644 index 00000000..391cefda --- /dev/null +++ b/vendor/oojs/oojs-ui/src/styles/Dialog.less @@ -0,0 +1,35 @@ +@import 'common'; + +.oo-ui-dialog { + &-content { + > .oo-ui-window { + &-head, + &-body, + &-foot { + position: absolute; + left: 0; + right: 0; + overflow: hidden; + .oo-ui-box-sizing(border-box); + } + + &-head { + z-index: 1; + top: 0; + } + + &-body { + z-index: 2; + top: 0; + bottom: 0; + } + + &-foot { + z-index: 1; + bottom: 0; + } + } + } + + .theme-oo-ui-dialog(); +} -- cgit v1.2.3-54-g00ecf