[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 148/459: fix style
From: |
gnunet |
Subject: |
[reclaim-ui] 148/459: fix style |
Date: |
Fri, 11 Jun 2021 23:24:00 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.
commit 6b39ad71a88a256d32a21c9f7d9e6e5cf1c52490
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu Sep 5 14:38:23 2019 +0200
fix style
---
src/app/identity-list/identity-list.component.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index 50318df..50e750e 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -25,10 +25,10 @@
</ul>
<div *ngIf="clientNameFound" style="text-align: center;">
<button class="btn btn-danger m-1 mt-4" *ngIf="clientNameFound"
(click)="cancelRequest(); closeModal('OpenIdInfo');" style="margin-bottom:
-4%;">
- <span class="fa fa-ban"></span> Decline and return to website
+ <span class="fa fa-ban"></span> Decline
</button>
<button class="btn btn-primary m-1 mt-4" *ngIf="clientNameFound"
(click)="closeModal('OpenIdInfo');">
- <span class="fa fa-circle-arrow-right"></span> Choose Identity
+ <span class="fa fa-arrow-circle-right"></span> Select identity...
</button>
</div>
<div *ngIf="clientNameFound !== undefined && !clientNameFound"
style="text-align: center;">
@@ -267,7 +267,7 @@
<tr [class.openid]="inOpenIdFlow()"
[class.text-primary]="isRequested(identity, attribute)"
[class.alert-danger]="newAttribute.name === attribute.name"
*ngFor="let attribute of attributes[identity.pubkey]">
<td>
- <div style="min-width: 15em"><span
*ngIf="isRequested(identity, attribute)" class="fa fa-openid">
</span>{{attribute.name}}</div>
+ <div style="min-width: 15em"><span
*ngIf="isRequested(identity, attribute)" class="fa fa-openid"></span>
{{attribute.name}}</div>
</td>
<td>
<div *ngIf="attribute.value.length <= 20" style="min-width:
15em">{{attribute.value}}</div>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 141/459: Merge branch 'master' into 'master', (continued)
- [reclaim-ui] 141/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 142/459: fix forjoin bug, gnunet, 2021/06/11
- [reclaim-ui] 143/459: add error dialogs; fix bugs, gnunet, 2021/06/11
- [reclaim-ui] 140/459: fix for issue #16, gnunet, 2021/06/11
- [reclaim-ui] 136/459: softer reset, gnunet, 2021/06/11
- [reclaim-ui] 144/459: edited openid service to support PKCE, gnunet, 2021/06/11
- [reclaim-ui] 134/459: flush route on cancel, gnunet, 2021/06/11
- [reclaim-ui] 145/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 120/459: Updated to Angular 8 * Used new RxJS 6-style operators * Fixed linting errors, gnunet, 2021/06/11
- [reclaim-ui] 146/459: minor style, gnunet, 2021/06/11
- [reclaim-ui] 148/459: fix style,
gnunet <=
- [reclaim-ui] 155/459: fixes, gnunet, 2021/06/11
- [reclaim-ui] 152/459: dependency updates; minor bugfix, gnunet, 2021/06/11
- [reclaim-ui] 147/459: Merge branch 'master' of gitlab.com:reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 153/459: update logo, gnunet, 2021/06/11
- [reclaim-ui] 171/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 151/459: modal positioning, gnunet, 2021/06/11
- [reclaim-ui] 149/459: change wording, gnunet, 2021/06/11
- [reclaim-ui] 157/459: followup fix, gnunet, 2021/06/11
- [reclaim-ui] 150/459: more working, gnunet, 2021/06/11
- [reclaim-ui] 180/459: clarify optional attributes, gnunet, 2021/06/11