Improve readonly form templates somewhat, for Buefy

progress at least, more polish needed yet
This commit is contained in:
Lance Edgar 2019-05-21 12:14:49 -05:00
parent 40e957fff2
commit fbf3ee5cd1
5 changed files with 45 additions and 22 deletions

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