Merge branch 'task-on.com/faq' into 'master'

Task on.com/faq



See merge request !32
parents d69731c8 cd275b64
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
@media only screen and (max-width: 971px) { @media only screen and (max-width: 971px) {
body{min-width:768px;} body{min-width:768px;}
.logo {
margin-top: 15px !important;
}
.menu { .menu {
display: block; display: block;
} }
......
...@@ -15,6 +15,7 @@ use common\modules\languages\widgets\Languages; ...@@ -15,6 +15,7 @@ use common\modules\languages\widgets\Languages;
<li><?=Html::a(\Yii::t('menu', 'Blog'), ['/blog']);?></li> <li><?=Html::a(\Yii::t('menu', 'Blog'), ['/blog']);?></li>
<!-- <li><?=Html::a(\Yii::t('menu', 'Analytics school'), ['/school']);?></li> --> <!-- <li><?=Html::a(\Yii::t('menu', 'Analytics school'), ['/school']);?></li> -->
<li><?=Html::a(\Yii::t('menu', 'Contacts'), ['/contacts']);?></li> <li><?=Html::a(\Yii::t('menu', 'Contacts'), ['/contacts']);?></li>
<li><?=Html::a(\Yii::t('menu', 'Faq'), ['/faq']);?></li>
</ul> </ul>
</nav> </nav>
......
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
*/ */
$(".open_more_projects").on('click', function(){ $(".open_more_projects").on('click', function(){
$(this).addClass("active").parent().prevAll(".more_projects_shadow_box").removeClass("more_projects_shadow_box"); // $(this).addClass("active").parent().prevAll(".more_projects_shadow_box").removeClass("more_projects_shadow_box");
//
$(this).addClass("active").parent().prev(".more_projects_open_box").addClass("more_projects_shadow_box").slideDown("medium"); // $(this).addClass("active").parent().prev(".more_projects_open_box").addClass("more_projects_shadow_box").slideDown("medium");
$(".more_projects_shadow_box").removeClass("more_projects_shadow_box");
$(".more_projects_shadow").detach();
}); });
......
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