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:02 UTC

[incubator-ponymail-foal] 02/02: Make toolbar buttons less rounded, nudge down one pixel.

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 20f5f4a1e73d38d05510d2e8f6eef383a2a3c8ad
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 8 21:32:46 2020 +0200

    Make toolbar buttons less rounded, nudge down one pixel.
---
 webui/css/scaffolding.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index f8cb82c..e14aa1c 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -1117,13 +1117,13 @@ a.disabled {
 .toolbar_chatty > .toolbar_btn {
 
   border: 2px solid #FFF;
-  border-radius: 50%;
+  border-radius: 25%;
   border-top-left-radius: 0%;
   border-top-right-radius: 0%;
   height: 28px;
   width: 32px;
   padding: 0px;
-  margin-bottom: -32px;
+  margin-bottom: -33px;
   margin-right: 10px;
   line-height: 24px;
   text-align: center;