You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/08 19:33:01 UTC

[incubator-ponymail-foal] 01/02: Make chatty gravatars rounded squares, reposition a bit

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 179b2f5c1aab80ddf5298a70b148f8c9d637a8af
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 8 21:30:45 2020 +0200

    Make chatty gravatars rounded squares, reposition a bit
---
 webui/css/scaffolding.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 12270aa..f8cb82c 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -308,9 +308,9 @@ a.dropdown-toggle {
     width: 42px;
     height: 42px;
     float: left;
-    border-radius: 50%;
-    margin-left: -4px;
-    margin-top: 4px;
+    border-radius: 6px;
+    margin-left: -7px;
+    margin-top: 0px;
     background-color: #FFF;
     border: 2.5px solid #FFF;
     margin-bottom: -12px;