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 | |
| parent | 546a6cbf6baf4e2aa3657f21e22965732676cf92 (diff) | |
#563 - Removing recipients fields border and leaving only one at the top of the subject field
| -rw-r--r-- | web-ui/app/scss/_compose.scss | 2 | ||||
| -rw-r--r-- | web-ui/app/templates/compose/recipients.hbs | 2 | 
2 files changed, 2 insertions, 2 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; diff --git a/web-ui/app/templates/compose/recipients.hbs b/web-ui/app/templates/compose/recipients.hbs index 87319730..00de3663 100644 --- a/web-ui/app/templates/compose/recipients.hbs +++ b/web-ui/app/templates/compose/recipients.hbs @@ -7,7 +7,7 @@          <div class='recipients-list compose-column-recipients'>            <input id='recipients-to-box' class="recipients-input" type="text" tabindex="1"/></div>      </div> -    <label class="collapse" for="hide-and-show">cc - bcc</label> +    <label class="collapse" for="hide-and-show">CC + BCC</label>      <input id="hide-and-show" type="checkbox">      <div id="cc-and-bcc">      <div id="recipients-cc-area" class="recipients-area input-container columns large-12 no-padding"> | 
