diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 079c2b7..6bb6774 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -16,17 +16,17 @@ $this->registerJsFile ( "HOME_SLIDER"]); +echo '
' ?> = \frontend\widgets\Rubrics::widget(['wrapper' => 'rubrics', 'includes' => [117,118,119,120,121]])?> diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 9ae7294..9339a5c 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -69,11 +69,12 @@ nav input[type="submit"]{width:35px;height:29px;border:none;background:url('../i /*border:1px solid #e8e8e8;*/ } .menu ul{margin:0px;padding:0px;list-style:none;} -.menu ul li{float:left;border-left:1px solid #e8e8e8;} +.menu ul li{float:left;border-left:1px solid #8b9094; height: 43px;} .menu ul li:first-child{border-left:none;} -.menu ul li a{float:left;padding:15px 20px 15px 20px;text-transform: uppercase;color:#ffffff;font-size:14px;text-decoration: none;} +.menu ul li a{width: 100%; height:100%;line-height:43px;float:left;box-sizing:border-box; padding:0 21px;text-transform: uppercase;color:#ffffff;font-size:15px;text-decoration: none;font-weight: 600;} .menu ul li a:hover{color:#e5e4e4;} .menu ul li.active a{background:#f5f5f5;color:#596065;} +.menu ul li.active a:hover{cursor: default;} .menu_childs{background:#f5f5f5;border:1px solid #e8e8e8;border-bottom:2px solid #596065;} .menu_childs ul{margin:0px;padding:0px;list-style:none;} -- libgit2 0.21.4