diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:32:59 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:32:59 -0400 |
commit | 6dc1997577fab2c366781fd7048144935afa0012 (patch) | |
tree | 8918d28c7ab4342f0738985e37af1dfc42d0e93a /vendor/oojs/oojs-ui/src/styles/WindowManager.less | |
parent | 150f94f051128f367bc89f6b7e5f57eb2a69fc62 (diff) | |
parent | fa89acd685cb09cdbe1c64cbb721ec64975bbbc1 (diff) |
Merge commit 'fa89acd'
# Conflicts:
# .gitignore
# extensions/ArchInterWiki.sql
Diffstat (limited to 'vendor/oojs/oojs-ui/src/styles/WindowManager.less')
-rw-r--r-- | vendor/oojs/oojs-ui/src/styles/WindowManager.less | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/vendor/oojs/oojs-ui/src/styles/WindowManager.less b/vendor/oojs/oojs-ui/src/styles/WindowManager.less deleted file mode 100644 index bd1e2ab1..00000000 --- a/vendor/oojs/oojs-ui/src/styles/WindowManager.less +++ /dev/null @@ -1,39 +0,0 @@ -@import 'common'; - -.oo-ui-windowManager { - &-modal > .oo-ui-dialog { - position: fixed; - width: 0; - height: 0; - overflow: hidden; - - &.oo-ui-window-active { - width: auto; - height: auto; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1em; - } - - &.oo-ui-window-setup > .oo-ui-window-frame { - position: absolute; - right: 0; - left: 0; - margin: auto; - overflow: hidden; - max-width: 100%; - max-height: 100%; - } - } - - &-fullscreen > .oo-ui-dialog > .oo-ui-window-frame { - width: 100%; - height: 100%; - top: 0; - bottom: 0; - } - - .theme-oo-ui-windowManager(); -} |