diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-24 11:28:36 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-24 11:31:32 -0300 |
commit | df6bf7fea5ab81ab6ae61ad8595da3f7f5f62db4 (patch) | |
tree | 592e30a7197f0eac9a47efaf5660d9e85948d8c9 /web-ui/app/scss | |
parent | d7968a5feb8d556f40f77274da32921e83465d9e (diff) |
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
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_compose.scss | 4 | ||||
-rw-r--r-- | web-ui/app/scss/_read.scss | 7 |
2 files changed, 9 insertions, 2 deletions
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; |