Skip to content

Commit

Permalink
Bug 870612 - [MMS] Composer. "TO" field has a wrong shape between its…
Browse files Browse the repository at this point in the history
…elf and the header - r=borjasalguero

This restores the correct CSS styles lost in the merge on Wednesday night.

https://bugzilla.mozilla.org/show_bug.cgi?id=870612

Closes bocoup#6

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
(cherry picked from commit 1968e92)

Conflicts:
	apps/sms/style/sms.css
  • Loading branch information
rwaldron authored and gnarf committed May 31, 2013
1 parent e1c59ba commit 4b091bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sms/style/sms.css
Expand Up @@ -745,7 +745,7 @@ body.attachment div {
#messages-to-field {
display: none;
text-align: left;
min-height: 3.3rem;
min-height: 3.5rem;
overflow: hidden;
border-bottom: .1rem solid #4d4d4d;
color: black;
Expand Down

0 comments on commit 4b091bc

Please sign in to comment.