From c8cfd79b4bbfa6350b78fc459a60f158c7fb243a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 24 Aug 2022 15:54:58 +0200 Subject: [PATCH] Fix expander fields styling in mail compose --- mail/templates/default/app.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 28ce65a01c..a8afbee02c 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -922,16 +922,17 @@ and (orientation : landscape) { #mail-compose_bcc_expander, #mail-compose_folder_expander, #mail-compose_replyto_expander { - float: left; width: 100%; - margin: 3px; - margin-right: 12px; - text-align: center; + margin: 0px; + margin-left: 1em; + text-align: left; padding: 0; + cursor: pointer; border: none; color: rgb(38, 83, 124); background-color: transparent; } +#mail-compose_mimeType{margin-left:1em;} /*Make file uploads in compose dialog invisible*/ .mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist { display:none;