[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 146/459: minor style
From: |
gnunet |
Subject: |
[reclaim-ui] 146/459: minor style |
Date: |
Fri, 11 Jun 2021 23:23:58 +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 267a549dea1132a0492f3eb40db98e4f59280439
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu Sep 5 14:30:30 2019 +0200
minor style
---
src/app/identity-list/identity-list.component.html | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index b65a69a..50318df 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -24,11 +24,12 @@
<li *ngFor="let attribute of getScopes()"><strong>{{attribute}}</strong>
</ul>
<div *ngIf="clientNameFound" style="text-align: center;">
- <button class="btn btn-danger mt-4" *ngIf="clientNameFound"
(click)="cancelRequest(); closeModal('OpenIdInfo');" style="margin-bottom:
-4%;">
- <span class="fa fa-ban"></span> Decline and return to website
+ <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
+ </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
</button>
- <br/>
- <button class="btn btn-primary mt-4" *ngIf="clientNameFound"
(click)="closeModal('OpenIdInfo');">Choose Identity</button>
</div>
<div *ngIf="clientNameFound !== undefined && !clientNameFound"
style="text-align: center;">
<button class="btn btn-primary mt-4" *ngIf="!clientNameFound"
(click)="getClientName();">
@@ -266,17 +267,12 @@
<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">{{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>
<div *ngIf="attribute.value.length > 20" style="min-width:
15em">{{attribute.value.substring(0, 15)}}<span
style="color:#eee">[...]</span></div>
</td>
- <td>
- <div style="min-width: 8em; text-align: center;">
- <span *ngIf="isRequested(identity, attribute)" class="fa
fa-openid"></span>
- </div>
- </td>
</tr>
</tbody>
</table>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 106/459: changed authentication ui and gnunet offline information, added modals, (continued)
- [reclaim-ui] 106/459: changed authentication ui and gnunet offline information, added modals, gnunet, 2021/06/11
- [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 <=
- [reclaim-ui] 148/459: fix style, gnunet, 2021/06/11
- [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