fix case appl style toggle_bottom

parent 5d854aea
...@@ -137,7 +137,12 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow ...@@ -137,7 +137,12 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
margin-top: 66px; margin-top: 66px;
} }
.keys_appl_top a.toggle_bottom { .keys_appl_top a.toggle_bottom {
margin-top: 157px; height: 47px;
position: relative;
top: 157px;
left: 0;
float: left;
margin-top: 0;
} }
.first_neft a.toggle_bottom { .first_neft a.toggle_bottom {
position: relative; position: relative;
......
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