Commit 9402af56 authored by Ruslan Karimov's avatar Ruslan Karimov

#1478

parent 83f0bb23
...@@ -62,8 +62,14 @@ use yii\helpers\Html; ...@@ -62,8 +62,14 @@ use yii\helpers\Html;
width:270px !important; width:270px !important;
float:left !important; float:left !important;
} }
body[merkle] .desktop{visibility:hidden; display:none !important;} body[merkle] .desktop,
body[merkle] .mobile{max-height: none !important; font-family:Arial, Helvetica, sans-serif; display: block !important; } .desktop {
visibility:hidden; display:none !important;
}
body[merkle] .mobile,
.mobile {
max-height: none !important; font-family:Arial, Helvetica, sans-serif; display: block !important;
}
body[merkle] .yellow{color:#ffc222 !important;} body[merkle] .yellow{color:#ffc222 !important;}
body[merkle] .head_space_height{height:2px;} body[merkle] .head_space_height{height:2px;}
body[merkle] .right_col_height{height:280px;} body[merkle] .right_col_height{height:280px;}
......
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