gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 163/459: style


From: gnunet
Subject: [reclaim-ui] 163/459: style
Date: Fri, 11 Jun 2021 23:24:15 +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 b35ff0dd0b963a588ab5199c554dd7d8d8375e20
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Dec 10 20:42:55 2019 +0100

    style
---
 .../authorization-request.component.html           | 31 ++++++++++++----------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/src/app/authorization-request/authorization-request.component.html 
b/src/app/authorization-request/authorization-request.component.html
index 58679cf..1411ab1 100644
--- a/src/app/authorization-request/authorization-request.component.html
+++ b/src/app/authorization-request/authorization-request.component.html
@@ -12,20 +12,23 @@
   </span>
   <br/> 
 </div>
-<div *ngIf="clientNameFound"><strong>"{{ clientName }}"</strong>
-  asks you to share personal information.<br/>
-  Choose an identity to let it access the following information:
-</div>
-<ul *ngIf="clientNameFound">
-  <li *ngFor="let attribute of getScopes()"><strong>{{attribute}}</strong>
-</ul>
-<div *ngIf="clientNameFound" style="text-align: center;">
-  <button class="btn btn-danger m-1 mt-4" *ngIf="clientNameFound" 
(click)="cancelRequest()" style="margin-bottom: -4%;">
-    <span class="fa fa-ban"></span> Decline
-  </button>
-  <button class="btn btn-primary m-1 mt-4" *ngIf="clientNameFound">
-    <span class="fa fa-arrow-circle-right"></span> Select identity...
-  </button>
+<div class="card" *ngIf="clientNameFound">
+  <div class="card-body">
+    <strong>"{{ clientName }}"</strong>
+    asks you to share personal information.<br/>
+    Choose an identity to let it access the following information:
+    <ul>
+      <li *ngFor="let attribute of getScopes()"><strong>{{attribute}}</strong>
+    </ul>
+  </div>
+  <div>
+    <button class="btn btn-danger m-1 mt-4" *ngIf="clientNameFound" 
(click)="cancelRequest()" style="margin-bottom: -4%;">
+      <span class="fa fa-ban"></span> Decline
+    </button>
+    <button class="btn btn-primary m-1 mt-4" *ngIf="clientNameFound">
+      <span class="fa fa-arrow-circle-right"></span> Select identity...
+    </button>
+  </div>
 </div>
 <div *ngIf="clientNameFound !== undefined && !clientNameFound" 
style="text-align: center;">
   <button class="btn btn-primary mt-4" *ngIf="!clientNameFound" 
(click)="getClientName();">

-- 
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]