gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 277/459: fix style


From: gnunet
Subject: [reclaim-ui] 277/459: fix style
Date: Fri, 11 Jun 2021 23:26:09 +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 bbca4c67b46f6d431c4117076e5ae0da46cd5621
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Aug 7 09:10:35 2020 +0200

    fix style
---
 src/app/identity-list/identity-list.component.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 8ef4420..d11039a 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -111,16 +111,15 @@
           </tbody>
         </table>
       </div>
-      <div style="margin-bottom: 1em" *ngIf="(0 < 
attributes[identity.pubkey]?.length) && inOpenIdFlow()">
+      <div style="margin-bottom: 1em; font-size: 1.5em" *ngIf="(0 < 
attributes[identity.pubkey]?.length) && inOpenIdFlow()">
         <span class="text-primary">Attributes marked with <span class="fa 
fa-openid" ></span> will be shared.</span>
-        <span (click)="toggleSharingInfo(identity)" class="fa fa-2x 
fa-question-circle"></span><br/>
+        <span (click)="toggleSharingInfo(identity)" class="fa 
fa-question-circle ml-1"></span><br/>
         <div class="alert alert-secondary fade show" 
*ngIf="isSharingInfoOpened(identity)">
           Be careful when sharing personal data with third parties!<br>
           If you do not want to share information from this identity, you may
           decline the request or choose a different identity.<br/>
           You may permanently remove information from the identity before
-          sharing. Note that not providing all the reuquestd information
-          may prevent you from using the requesting service.
+          sharing.
         </div>
 
       </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]