diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-12-28 14:01:47 -0200 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-12-28 14:01:47 -0200 |
commit | db01a5357e46faf9c0d68b29592e13d13d79273f (patch) | |
tree | db99e286702d6db3112c9cf4bf3b2d5ccf93c3e3 /web-ui/app/scss | |
parent | 546a6cbf6baf4e2aa3657f21e22965732676cf92 (diff) |
#563 - Removing recipients fields border and leaving only one at the top of the subject field
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_compose.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss index 3368cda1..bd064015 100644 --- a/web-ui/app/scss/_compose.scss +++ b/web-ui/app/scss/_compose.scss @@ -30,7 +30,6 @@ margin: 5px 0 50px 30px; padding: 0; .input-container { - border-bottom: 1px solid #DDD; padding: 1px; } label, span { @@ -71,6 +70,7 @@ input#subject, #feedback-subject { font-size: 1.6875rem; line-height: 1.4; + border-top: 1px solid #DDD; } #feedback-subject { color: #333; |