[ipsilon-web] openid: Make authorization text labels bold
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ipsilon-web] openid: Make authorization text labels bold
- Date: Tue, 14 Mar 2017 15:55:12 +0000 (UTC)
commit 96dbb98f57cf304f5e0a3c86743d156c0d449dc2
Author: Tom Tryfonidis <tomtryf gnome org>
Date: Tue Mar 14 17:53:30 2017 +0200
openid: Make authorization text labels bold
openid/consent_form.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openid/consent_form.html b/openid/consent_form.html
index 265f90d..85bc8ef 100644
--- a/openid/consent_form.html
+++ b/openid/consent_form.html
@@ -13,7 +13,7 @@
<input type="hidden" name="ipsilon_transaction_id" id="ipsilon_transaction_id" value="{{
ipsilon_transaction_id }}">
{%- for item in authz_details|dictsort %}
<div class="form-group">
- <div class="col-xs-12">{{ item[0] }}:</div>
+ <div class="col-xs-12"><strong>{{ item[0] }}</strong></div>
<div class="col-xs-12">{{ item[1] }}</div>
</div>
{%- endfor %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]