gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]