gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 80/459: style update


From: gnunet
Subject: [reclaim-ui] 80/459: style update
Date: Fri, 11 Jun 2021 23:22:52 +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 8c42910a8529c4ca9b628f19061d3648e477a314
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Sat Jun 8 19:53:50 2019 +0200

    style update
---
 src/app/identity-list/identity-list.component.html | 3 ---
 src/app/identity-list/identity-list.component.scss | 7 +++++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 8ab5008..f968d7a 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -193,9 +193,6 @@
         <h6 class="card-subtitle mb-2" *ngIf="hasAttributes(identity)">
           <strong>Information:</strong>
         </h6>
-        <h6 class="card-subtitle mb-2" *ngIf="!hasAttributes(identity)">
-          This identity has no attributes
-        </h6>
         <table class="table pb-1">
           <tbody>
             <tr [class.openid]="inOpenIdFlow()" 
[class.text-primary]="isRequested(identity, attribute)"
diff --git a/src/app/identity-list/identity-list.component.scss 
b/src/app/identity-list/identity-list.component.scss
index c952854..99e3da3 100644
--- a/src/app/identity-list/identity-list.component.scss
+++ b/src/app/identity-list/identity-list.component.scss
@@ -7,8 +7,7 @@
 }
 
 div.card-avatar {
-    text-align: center;
-    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
+    //border-bottom: 2px solid rgba(0, 0, 0, 0.125);
     //min-height: 50px;
 }
 
@@ -29,6 +28,10 @@ div.card-avatar-id {
    color: #eee;
 }
 
+.card-avatar-character {
+  padding-left: 0.5em;
+}
+
 .card-avatar .btn-primary {
   border: none;
   background-image: none;

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