Commit dcf88a9f authored by john's avatar john

Merge branch 't_3031'

3104
parents 8c93d9db 74872d73
...@@ -207,7 +207,7 @@ mark * { ...@@ -207,7 +207,7 @@ mark * {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
} }
.reference_right_box textarea h4 { .reference_right_box h4 {
font-family: "RobotoBold"!important; font-family: "RobotoBold"!important;
} }
.reference_right_box textarea { .reference_right_box textarea {
......
...@@ -16,7 +16,7 @@ use common\modules\faq\models\Faq; ...@@ -16,7 +16,7 @@ use common\modules\faq\models\Faq;
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<ul> <ul>
<li class="active"> <li <?= strpos(Yii::$app->request->url, "/faq/video") !== 0 ? 'class="active"' : "" ?>>
<a href="/faq"> <a href="/faq">
<span class="top_line_icon icon_info_new"></span> <span class="top_line_icon icon_info_new"></span>
Справка для пользователя Справка для пользователя
...@@ -28,7 +28,7 @@ use common\modules\faq\models\Faq; ...@@ -28,7 +28,7 @@ use common\modules\faq\models\Faq;
Документация для разработчика Документация для разработчика
</a> </a>
</li> </li>
<li> <li <?= strpos(Yii::$app->request->url, "/faq/video") === 0 ? 'class="active"' : "" ?>>
<a href="/faq/video"> <a href="/faq/video">
<span class="top_line_icon icon_video_new"></span> <span class="top_line_icon icon_video_new"></span>
Видео-инструкции Видео-инструкции
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment