From df6bf7fea5ab81ab6ae61ad8595da3f7f5f62db4 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Fri, 24 Apr 2015 11:28:36 -0300 Subject: Rearranging the compose box element to be align the same way the full email view for reading is; removing inline styles from an html tag to a proper css class --- web-ui/app/scss/_compose.scss | 4 ++-- web-ui/app/scss/_read.scss | 7 +++++++ web-ui/app/templates/mails/full_view.hbs | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss index c026b866..dbd4571d 100644 --- a/web-ui/app/scss/_compose.scss +++ b/web-ui/app/scss/_compose.scss @@ -24,7 +24,8 @@ // COMPOSE PANE #compose-box, #draft-box, #reply-box { - margin: 0 0 50px 10px; + margin: 5px 0 50px 30px; + padding: 0; .input-container { border-bottom: 1px solid #DDD; padding: 1px; @@ -44,7 +45,6 @@ &#subject { font-size: 1.6875rem; line-height: 1.4; - margin-top: 26px; } } textarea { diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 7235df72..d621f672 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -32,6 +32,13 @@ height: 27px; margin-right: 3px; } + + .full-view-header { + display:inline-block; + padding-top: 5px; + width:95%; + flex-shrink:1; + } } h3 { margin-bottom: 0; diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index a5c41121..77994860 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -8,7 +8,7 @@ -
+
{{#if signatureStatus}} -- cgit v1.2.3