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 --- .../src/styles/layouts/ActionFieldLayout.less | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 vendor/oojs/oojs-ui/src/styles/layouts/ActionFieldLayout.less (limited to 'vendor/oojs/oojs-ui/src/styles/layouts/ActionFieldLayout.less') diff --git a/vendor/oojs/oojs-ui/src/styles/layouts/ActionFieldLayout.less b/vendor/oojs/oojs-ui/src/styles/layouts/ActionFieldLayout.less new file mode 100644 index 00000000..2d4c2a66 --- /dev/null +++ b/vendor/oojs/oojs-ui/src/styles/layouts/ActionFieldLayout.less @@ -0,0 +1,26 @@ +@import '../common'; + +.oo-ui-actionFieldLayout { + &-field { + display: table; + table-layout: fixed; + width: 100%; + } + + &-input, + &-button { + display: table-cell; + vertical-align: middle; + } + + &-input { + padding-right: 1em; + } + + &-button { + width: 1%; + white-space: nowrap; + } + + .theme-oo-ui-actionFieldLayout(); +} -- cgit v1.2.3-54-g00ecf