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