Improve readonly form templates somewhat, for Buefy
progress at least, more polish needed yet
This commit is contained in:
parent
40e957fff2
commit
fbf3ee5cd1
5 changed files with 45 additions and 22 deletions
15
tailbone/static/themes/falafel/css/forms.css
Normal file
15
tailbone/static/themes/falafel/css/forms.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
/******************************
|
||||
* forms
|
||||
******************************/
|
||||
|
||||
/* TODO: replace this with bulma equivalent */
|
||||
.form {
|
||||
padding-left: 5em;
|
||||
}
|
||||
|
||||
.field.is-horizontal .field-label .label {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
width: 18em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue