From 583a9a5af0b380a3d96d0fa03aebe61e9d3ea50f Mon Sep 17 00:00:00 2001 From: timur Date: Fri, 2 Feb 2018 09:20:19 +0200 Subject: [PATCH] comments 2 --- common/messages/ru/app.php | 3 ++- frontend/web/css/main.css | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 38d7d5b..7734c4d 100644 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -231,5 +231,6 @@ return [ 'auth_pwr_days' => "Суток автономности", // для отсылки на эмэйл - + + "Submit comment" => "Отправить комментарий", ]; \ No newline at end of file diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index d273aac..c9c8fa3 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -730,4 +730,11 @@ section.bar.background-gray.steps-pre:before { } @media(max-width:275px){ .head_video_buttons .button1, .head_video_buttons .button2{width: 100%!important;} +} + + +.user-ico{ + padding: 10px; + text-align: center; + font-size: 30px; } \ No newline at end of file -- libgit2 0.21.4