diff --git a/css/style.css b/css/style.css index 4ff9b73..5cc8dac 100644 --- a/css/style.css +++ b/css/style.css @@ -481,7 +481,8 @@ label { input { margin: 0; } -input[type="text"] { +input[type="text"], +textarea { background: #FFFFFF; border: 1px solid #DEDEDE; border-radius: 0; @@ -489,11 +490,13 @@ input[type="text"] { color: #555; display: inline-block; font-size: 14px; - height: 34px; line-height: 1.42857; outline: none; padding: 6px 12px; } +input[type="text"] { + height: 34px; +} .btn, .btn:hover, .btn:focus, a.btn, a.btn:hover, a.btn:focus { background-color: #CB4D59; diff --git a/js/app/templates/share.hbs b/js/app/templates/share.hbs index a74b1aa..66a579e 100644 --- a/js/app/templates/share.hbs +++ b/js/app/templates/share.hbs @@ -1,7 +1,8 @@