From 300890682412dd75305941764d82ac9b905904ed Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 4 Oct 2016 15:31:52 +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 a686558..26855c2 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1731,6 +1731,23 @@ p.right{text-align: right;} max-width: 1008px; } + +.comm_line_1 .user_data, .comm_line_1 .user_name{ + padding-left: 0; + font-family: 'Lato-Medium'; + font-size: 14px; + color: #7e7e82; + float: none; + display: inline; +} +.user_txt{ + padding-left: 0; + font-size: 15px; + font-family: 'Lato-Medium'; + color: #343333; + line-height: 18px; +} + /**/ @media (min-width: 1200px){ .nav_up{ -- libgit2 0.21.4