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/templates/mails | |
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/templates/mails')
-rw-r--r-- | web-ui/app/templates/mails/full_view.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </button> - <div style="display:inline-block;padding-top: 5px;width:95%;flex-shrink:1" > + <div class="full-view-header"> <div class="column large-12 no-padding security-status"> {{#if signatureStatus}} |