From 366332b79c066ecc09e7f7fb99f9b892a51462ef Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 9 Feb 2016 08:51:45 +0000 Subject: [PATCH] Mobile theme W.I.P.: - Fix styling for compose dialog --- mail/templates/pixelegg/app.css | 1 + mail/templates/pixelegg/app.less | 1 + 2 files changed, 2 insertions(+) diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 990a1ad954..fea6e76deb 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -2775,6 +2775,7 @@ div.mailComposeHeaderSection > table { text-decoration: underline; font-size: 10pt; width: 65px; + height: 25px; } body #mail-compose .mailComposeHeaderSection > table div.et2_taglist > *, body #mail-compose .mailComposeHeaderSection > table #mail-compose_subject, diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index b9f383864e..971b5d5db5 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -1936,6 +1936,7 @@ div.mailComposeHeaderSection > table { text-decoration: underline; .mob-fontsize-n; width: 65px; + height:25px; } } div.et2_taglist > *, #mail-compose_subject, #mail-compose_mailaccount {