diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-11-10 15:57:47 +0100 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-11-10 16:03:10 +0100 |
commit | 63823acc2d6bc7eb2da016a0122eabd895dfb55f (patch) | |
tree | 4f2498423fea0124059a5d44331050e1b65ad697 /web-ui/app/scss | |
parent | e08bfa5ed89aefeb508b1bbae76bbf2a342f85a1 (diff) |
adds styling to attachment area.
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_read.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index e374df78..d3e9fb9b 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -60,6 +60,15 @@ padding: 35px 30px 0 30px; } +.attachmentsAreaWrap { + padding: 0 30px; + + .attachmentsArea { + border-top: 1px solid #DDD; + padding: 10px 0; + } +} + #mail-actions { text-align: right; padding: 10px 0; |