From 9f2ea66ff16581bb7506687e2ac1ac7d6a0da029 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 4 Oct 2016 16:04:54 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 48377eb..7b5ea34 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1749,6 +1749,23 @@ p.right{text-align: right;} line-height: 18px; } + + +.form-comm-wr .control-label{display: none;} +.form-comm-wr input, .form-comm-wr textarea { + text-transform: uppercase; + font-size: 11px; + font-weight: 900; + border-radius: 0px; + margin-top: -1px; + outline: none; + resize: none; + padding: 14px; + letter-spacing: 0.5px; + box-shadow: none!important; + border: 1px solid rgb(204, 204, 204)!important; +} + /**/ @media (min-width: 1200px){ .nav_up{ -- libgit2 0.21.4