@@ -83,9 +83,9 @@ <h4 class="anchor-target" id="{{ doc.name|slugify }}_{{ p.balloter.plain_name|sl
8383 </ span >
8484 </ h4 >
8585 {% if p.pos.blocking and p.discuss %}
86- < div class ="panel panel -danger ">
87- < div class ="panel-heading ">
88- < h5 class =" panel-title " > < b > {{ p.pos.name }}</ b > ({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
86+ < div class ="card border -danger ">
87+ < div class ="card-header bg-danger ">
88+ < div > < b > {{ p.pos.name }}</ b > ({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
8989 {% if p.send_email %}
9090 < span class ="bi bi-envelope float-end " title ="Email requested to be sent for this discuss "> </ span >
9191 {% elif p.any_email_sent == True %}
@@ -95,28 +95,28 @@ <h5 class="panel-title"><b>{{ p.pos.name }}</b> ({{ p.discuss_time|date:"Y-m-d"
9595 {% else %}
9696 < span class ="bi bi-chat-o float-end " title ="No email send requests for this discuss "> </ span >
9797 {% endif %}
98- </ h5 >
98+ </ div >
9999 </ div >
100- < div class ="panel -body "> < pre class ="ballot pasted "> {{ p.discuss|linkify }}</ pre > </ div >
100+ < div class ="card -body "> < pre class ="ballot pasted "> {{ p.discuss|linkify }}</ pre > </ div >
101101 </ div >
102102 {% endif %}
103103
104104 {% if p.comment %}
105- < div class ="panel panel -{{ p.pos|pos_to_label }} ">
106- < div class ="panel-heading ">
107- < h5 class =" panel-title " > < b > Comment</ b > ({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
105+ < div class ="card border -{{ p.pos|pos_to_label }} ">
106+ < div class ="card-header bg-{{ p.pos|pos_to_label }} ">
107+ < div > < b > Comment</ b > ({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
108108 {% if p.send_email %}
109109 < span class ="bi bi-envelope float-end " title ="Email requested to be sent for this comment "> </ span >
110110 {% elif p.any_email_sent == True %}
111111 < span class ="bi bi-envelope float-end " title ="Email requested to be sent for earlier comment "> </ span >
112112 {% elif p.any_email_sent == False %}
113113 < span class ="bi bi-chat-o float-end " title ="No email send requests for this comment "> </ span >
114114 {% else %}
115- < div class ="float-end small italic " style =" margin-top: -0.3em; " title ="No ballot position send log available "> No email< br /> send info</ div >
115+ < div class ="float-end small italic " title ="No ballot position send log available "> No email< br /> send info</ div >
116116 {% endif %}
117- </ h5 >
117+ </ div >
118118 </ div >
119- < div class ="panel -body "> < pre class ="ballot pasted "> {{ p.comment|linkify }}</ pre > </ div >
119+ < div class ="card -body "> < pre class ="ballot pasted "> {{ p.comment|linkify }}</ pre > </ div >
120120 </ div >
121121 {% endif %}
122122 {% endif %}
@@ -136,9 +136,9 @@ <h4 class="anchor-target" id="{{ doc.name|slugify }}_{{ p.balloter.plain_name|sl
136136 {% endif %}
137137 </ span >
138138 </ h4 >
139- < div class ="panel panel -{{ p.pos|pos_to_label }} ">
140- < div class ="panel-heading ">
141- < h5 class =" panel-title " > < b > {{ p.pos.name }} </ b >
139+ < div class ="card border -{{ p.pos|pos_to_label }} ">
140+ < div class ="card-header bg-{{ p.pos|pos_to_label }} ">
141+ < div > < b > {{ p.pos.name }} </ b >
142142 {% if p.pos.blocking and p.discuss %}
143143 < b > [Treat as non-blocking comment]</ b > ({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
144144 {% else %}
@@ -151,18 +151,18 @@ <h5 class="panel-title"><b>{{ p.pos.name }} </b>
151151 {% elif p.any_email_sent == False %}
152152 < span class ="bi bi-chat-o float-end " title ="No email send requests for this ballot position "> </ span >
153153 {% else %}
154- < div class ="float-end small italic " style =" margin-top: -0.3em; " title ="No ballot position send log available "> No email< br /> send info</ div >
154+ < div class ="float-end small italic " title ="No ballot position send log available "> No email< br /> send info</ div >
155155 {% endif %}
156- </ h5 >
156+ </ div >
157157 </ div >
158158 {% if p.pos.blocking and p.discuss %}
159- < div class ="panel -body "> < pre class ="ballot pasted "> {{ p.discuss|linkify }}</ pre > </ div >
159+ < div class ="card -body "> < pre class ="ballot pasted "> {{ p.discuss|linkify }}</ pre > </ div >
160160 {% else %}
161- < div class ="panel -body "> < pre class ="ballot pasted "> {{ p.comment|linkify }}</ pre > </ div >
161+ < div class ="card -body "> < pre class ="ballot pasted "> {{ p.comment|linkify }}</ pre > </ div >
162162 {% endif %}
163163 </ div >
164164 {% endif %}
165165 {% endfor %}
166166 {% endfor %}
167167 </ div >
168- </ div >
168+ </ div >
0 commit comments