Add fieldset background to TO fields
This commit is contained in:
parent
7471d062e1
commit
453d45bf36
@ -73,5 +73,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&--warning {
|
||||
@include alert-level('warning');
|
||||
}
|
||||
|
||||
&--error {
|
||||
@include alert-level('error');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -105,6 +105,7 @@
|
||||
level='warning'
|
||||
) }}
|
||||
|
||||
<fieldset class="form__sub-fields form__sub-fields--warning">
|
||||
{{ OptionsInput(
|
||||
f.funding_type
|
||||
) }}
|
||||
@ -138,9 +139,11 @@
|
||||
validation='integer'
|
||||
) }}
|
||||
|
||||
{{ TextInput(f.clin_2003,placeholder="7,000",
|
||||
{{ TextInput(
|
||||
f.clin_2003,placeholder="7,000",
|
||||
validation='integer'
|
||||
) }}
|
||||
</fieldset>
|
||||
|
||||
|
||||
{% endautoescape %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user