diff --git a/common/modules/comment/widgets/views/_question_comment_view.php b/common/modules/comment/widgets/views/_question_comment_view.php index a7cf110..84fe00f 100644 --- a/common/modules/comment/widgets/views/_question_comment_view.php +++ b/common/modules/comment/widgets/views/_question_comment_view.php @@ -25,7 +25,7 @@
user ) && !empty($model->user->userInfo->image) ) ? $model->user->minImg($model->user->userInfo->image, 48, 48) : '/images/ico-profile.png') ?>
- getAuthor(' (Гость)') ?> + getAuthor(' (Гость)') ?>
@@ -42,7 +42,7 @@ formatter->asDate($model->date_add, 'php:d.m.Y') ?>
-
Вопрос
+
Вопрос
text ?>
-
+
buttons[ 'delete' ] )) { echo Html::a(( $model->user_id != NULL && $model->user_id == \Yii::$app->user->id ) ? 'Удалить' : 'Пожаловаться ', $model->buttons[ 'delete' ], [ 'class' => 'artbox_comment_delete_answer' ]); diff --git a/frontend/views/tender/view.php b/frontend/views/tender/view.php index 3b33bfb..456653a 100755 --- a/frontend/views/tender/view.php +++ b/frontend/views/tender/view.php @@ -231,8 +231,8 @@ $this->title = 'My Yii Application';
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 7c1a26d..7a8786b 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -6923,7 +6923,7 @@ li.active-menu-admin:hover a .ico_num { } .hint-link.hint-link-check .hint-block { top:0; - margin-top: -3px; + margin-top: 2px; left: 133px; } .hint-link-check {margin-top: 23px} @@ -7011,9 +7011,17 @@ li.active-menu-admin:hover a .ico_num { line-height: 42px; color: inherit; font-size: 15px; - padding: 0 20px; cursor: pointer; border-top: 3px solid #f1f1f1; + +} +.tabs_list ul li a { + color: inherit; + text-decoration: none; + width: 100%; + height: 100%; + display: block; + padding: 0 20px; box-sizing: border-box; } .tabs_list ul li.active { @@ -8046,3 +8054,63 @@ li.active-menu-admin:hover a .ico_num { display: none; } .tender_questions_ .input-blocks-comm-button {margin-top: 20px} +._tabs .comments-name { + font-weight: normal; + color: #0072bc; + margin-top: -3px; +} +._tabs .comments-name a { + color: inherit; + text-decoration: none; + } +._tabs .comments-name a:hover {text-decoration: underline} +.fix_te .artbox_comment_reply_answer, .fix_te .artbox_comment_delete_answer { + border-radius: 4px; + display: block; + float: left; + margin-left: 20px; + color: #0072bc; + border: 1px solid #0072bc; + width: 170px; + height: 27px; + line-height: 27px; + text-align: center; + text-decoration: none; +} +.fix_te .artbox_comment_delete_answer { + color: #f10b00; + border: 1px solid #f10b00; +} +.fix_te .blog-post-date {margin-top: 20px;} +._tabs .artbox_comment_form, ._tabs .tender-offer-proj-title-all, ._tabs .comments-content, ._tabs div.artbox_comment_container, .has-child .artbox_comment_container > div { + width: 100%; + float: left; +} +._tabs ul.proektant-comments { + margin-top: 25px; +} +._tabs .comments-content {margin-top: 9px} +.has-child .comments-content { + padding-bottom: 14px; + position: relative; + border-bottom:1px solid #dcdcdc; +} +.has-child .comments-content:before { + position: absolute; + content: ''; + width: 15px; + height: 13px; + left: 92px; + bottom:-13px; + background: #fff url("../images/comments_arrow.png") no-repeat; +} +.has-child .artbox_comment_container { + margin-top: 30px; + padding-left: 30px; + box-sizing: border-box; +} +.has-child .artbox_comment_container .comments-content { + padding-bottom: 0; + border-bottom: 0; +} +.has-child .artbox_comment_container .comments-content:before {display: none} \ No newline at end of file -- libgit2 0.21.4