Commit d10454b1 authored by john's avatar john

3026

parent 06857fbb
......@@ -27,6 +27,7 @@ class DocumentationAsset extends AssetBundle
'js/vendor.min.js',
'js/scripts.min.js',
'js/accordion.js',
'js/tooltip_up.js',
];
public $depends = [
'yii\web\YiiAsset',
......
......@@ -7006,9 +7006,6 @@ video {
max-width: 100%;
padding: 10px 15px;
}
.tooltip {
left: 9px !important;
}
.user-info-wrapper .info-label {
display: block;
......
$("[data-toggle]").hover(function() {
$('body').css({position: 'static'});
},
function(){
$('body').css({position: 'relative'});
}
);
......@@ -248,6 +248,7 @@
.btn_land_green_2 span {
margin-right: 13px;
}
.btn_land_green_2:focus,
.btn_land_green_2:hover {
background-color: #5ca604;
color: #fff;
......
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