From c0846b5b6ef0e1f716fdd834f449eaa3d7af66f6 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 6 Oct 2016 17:25:27 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index a29718c..af494cb 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1788,12 +1788,15 @@ p.right{text-align: right;} margin-top: -1px; outline: none; resize: none; - padding: 14px; + padding: 14px 0px; letter-spacing: 0.5px; box-shadow: none!important; border: 1px solid rgb(204, 204, 204)!important; width: 100%; } +.form-comm-wr textarea{ + padding: 14px; +} .input_bl.submit_btn button { border: 1px solid #9e9e9e; background-color: #fff; -- libgit2 0.21.4