From e548bee22566c10ca9ad7977494d92cb02d0ed9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Mon, 8 Oct 2018 13:16:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(css)=20Fix=20styling=20for=20st?= =?UTF-8?q?ruct=20bureaucracy=20form=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See cosmocode/dokuwiki-plugin-struct#404 --- css/plugins/struct.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/css/plugins/struct.less b/css/plugins/struct.less index 5c07d5c..a7f32b8 100755 --- a/css/plugins/struct.less +++ b/css/plugins/struct.less @@ -124,6 +124,27 @@ margin-left: @small-spacing; } } + + /* struct fields for bureaucracy forms */ + .bureaucracy__plugin { + .field { + clear: both; + + label { + padding: 0; + + .label { + text-align: right; + font-weight: bold; + padding: 0; + } + } + + .input { + line-height: 2.5em; + } + } + } }