diff --git a/frontend/views/comment/artbox_comment_list.php b/frontend/views/comment/artbox_comment_list.php index 5b5d1f8..c0f1d67 100755 --- a/frontend/views/comment/artbox_comment_list.php +++ b/frontend/views/comment/artbox_comment_list.php @@ -23,8 +23,8 @@ if(( $success = \Yii::$app->session->getFlash('artbox_comment_success') ) != NULL) { echo Html::tag('p', $success); } - echo '
'; - echo '

Комментарии

'; +echo '
'; +echo '

Комментарии

'; echo ListView::widget([ 'dataProvider' => $comments, 'itemOptions' => $item_options, @@ -50,7 +50,7 @@ return "Скрыть комментарии"; } -} + } ]); diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 2ca810a..731ef60 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -95,7 +95,7 @@ text-align: center; line-height: 50px; font-size: 32px; - background: #38a7bb; + background: #4fbfa8; color: #fff; cursor: pointer; text-decoration: none; @@ -107,7 +107,8 @@ } #back-to-top:hover { - background: #20616d; + transition:0.2s; + background: #206b5c; color: #fff; } @@ -293,6 +294,9 @@ input[type="text"].form-control{ background-color: #4fbfa8; border-color: #4fbfa8!important; } +.post .img-responsive{ + width:100%; +} @media (max-width: 1199px){ .header-kristal .container .img-responsive{ margin-bottom: -68px; -- libgit2 0.21.4