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/_read.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web-ui/app/scss/_read.scss') 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; -- cgit v1.2.3