💄 (css) Fix styling for struct bureaucracy form fields

See cosmocode/dokuwiki-plugin-struct#404
This commit is contained in:
Michael Große 2018-10-08 13:16:06 +02:00
commit e548bee225
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

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