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; + } + } + } }