diff options
author | Gislene Pereira <gislene01@gmail.com> | 2016-01-20 16:32:43 -0300 |
---|---|---|
committer | Gislene Pereira <gislene01@gmail.com> | 2016-01-20 16:33:40 -0300 |
commit | f0086455c478d548f6b44a11bba83b486bceb85c (patch) | |
tree | d03097ecfc6e497948cae97ee92deaa9b00a7926 /web-ui/app | |
parent | e7a093f55df2a5b5d1085618f66c807bc85b7b03 (diff) |
Issue #572 - Removing unecessary space between end of body and send button (compose box)
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/_compose.scss | 3 | ||||
-rw-r--r-- | web-ui/app/scss/_read.scss | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss index 3e81a06b..0186287f 100644 --- a/web-ui/app/scss/_compose.scss +++ b/web-ui/app/scss/_compose.scss @@ -123,6 +123,9 @@ margin: 1px; } + .buttons-group { + margin-top: 0px; + } .attachmentsAreaWrap { padding: 0; diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 74fd376e..bd7dfadb 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -68,10 +68,6 @@ padding: 15px 30px 0 30px; } -#attachment-list { - margin-top: 6px; -} - .attachmentsAreaWrap { padding: 0 30px; |