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 2021/09/19 22:01:02 UTC

[incubator-ponymail-foal] 03/04: tweak phonebook display

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 32090905dcca9ce9e833956d9d458e8fbe4204f5
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Sep 19 16:59:18 2021 -0500

    tweak phonebook display
---
 webui/css/scaffolding.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 2fec9bf..252b340 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -431,6 +431,7 @@ a.dropdown-toggle {
 }
 #list_picker ul {
     list-style: none;
+    padding-inline-start: 0px;
     margin: 0px;
 }
 
@@ -715,7 +716,11 @@ a.dropdown-toggle {
 #list_index_wide_lists {
     list-style: none;
     background-color: white;
-    width: 760px;
+    width: 716px;
+    padding-inline-start: 0px;
+    padding-top: 8px;
+    padding-left: 8px;
+    padding-bottom: 8px;
 }
 
 /* Hide word cloud on short displays */