Commit 583a9a5af0b380a3d96d0fa03aebe61e9d3ea50f

Authored by Timur Kastemirov
1 parent 37050fa1

comments 2

Showing 2 changed files with 9 additions and 1 deletions   Show diff stats
common/messages/ru/app.php
@@ -231,5 +231,6 @@ return [ @@ -231,5 +231,6 @@ return [
231 'auth_pwr_days' => "Суток автономности", 231 'auth_pwr_days' => "Суток автономности",
232 232
233 // для отсылки на эмэйл 233 // для отсылки на эмэйл
234 - 234 +
  235 + "Submit comment" => "Отправить комментарий",
235 ]; 236 ];
236 \ No newline at end of file 237 \ No newline at end of file
frontend/web/css/main.css
@@ -730,4 +730,11 @@ section.bar.background-gray.steps-pre:before { @@ -730,4 +730,11 @@ section.bar.background-gray.steps-pre:before {
730 } 730 }
731 @media(max-width:275px){ 731 @media(max-width:275px){
732 .head_video_buttons .button1, .head_video_buttons .button2{width: 100%!important;} 732 .head_video_buttons .button1, .head_video_buttons .button2{width: 100%!important;}
  733 +}
  734 +
  735 +
  736 +.user-ico{
  737 + padding: 10px;
  738 + text-align: center;
  739 + font-size: 30px;
733 } 740 }
734 \ No newline at end of file 741 \ No newline at end of file