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 a977063e24f76be8777495deba32f87837a3c003 Author: Daniel Gruno <[email protected]> AuthorDate: Sun Nov 21 17:58:33 2021 +0100 add compact email listview element --- webui/css/scaffolding.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css index 6bda268..251bf78 100644 --- a/webui/css/scaffolding.css +++ b/webui/css/scaffolding.css @@ -549,6 +549,31 @@ a.dropdown-toggle { font-weight: bold; } + +/* Compacted email item */ +.listview_email_compact { + background: #FFF; + border: 1.25px solid #CCC9; + border-left: 3px solid #AAA; + border-top: none; + height: 24px; + line-height: 24px; + padding-top: 2px; + font-size: 1.25rem; + float: left; + width: 100%; +} + +.listview_email_compact .listview_email_author { + height: 24px; + line-height: 24px; +} + +.listview_email_compact .gravatar { + height: 20px; + width: 20px; +} + /* Hide labels, expand subject when mobile */ @media only screen and (max-width: 600px) { #portrait_notice { @@ -923,6 +948,8 @@ a .listview_email_threaded { } + + .email_quote { font-size: 1.25rem; background: #3333;
