💄 (css) Fix styling for struct bureaucracy form fields
See cosmocode/dokuwiki-plugin-struct#404
This commit is contained in:
parent
2765267e59
commit
e548bee225
1 changed files with 21 additions and 0 deletions
|
@ -124,6 +124,27 @@
|
||||||
margin-left: @small-spacing;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue