Unverified Commit 1c2a07eb authored by Ram Mehta's avatar Ram Mehta Committed by GitHub

Replace bootstrap3 well class with bootstrap4 card

See https://stackoverflow.com/a/38622102
parent ad6a7f5a
......@@ -3,7 +3,7 @@
{# existing inline form fields #}
<div class="inline-field-list">
{% for subfield in field %}
<div id="{{ subfield.id }}" class="inline-field well well-sm">
<div id="{{ subfield.id }}" class="inline-field card card-body bg-light">
{%- if not check or check(subfield) %}
<legend>
<small>
......@@ -28,7 +28,7 @@
{# template for new inline form fields #}
<div class="inline-field-template hide">
{% filter forceescape %}
<div class="inline-field well well-sm">
<div class="inline-field card card-body bg-light">
<legend>
<small>{{ _gettext('New') }} {{ field.label.text }}</small>
<div class="pull-right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment