gnunet-svn
[Top][All Lists]
Advanced

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



reply via email to

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