touch fixed

This commit is contained in:
SvetlanaLisina 2021-01-15 17:28:24 +03:00 committed by svetlana maleeva
parent 07ebd9bd91
commit 7cc0208d3a
5 changed files with 43 additions and 31 deletions

View File

@ -959,4 +959,5 @@ nav ul li a.menuitem:hover,
}
}
}
/* End of top banner */
/* End of top banner */

View File

@ -5968,37 +5968,37 @@ em.error_text {
padding-right: 0px;
}
}
#mainpage {
.faq_pricing_block {
ul.list_with_orange_markers {
p {
&.first-faq {
padding-top: 35px;
}
&.second-faq {
padding-top: 30px;
}
&.third-faq {
padding-top: 35px;
}
&.fifth-faq {
padding-top: 53px;
}
}
}
}
}
}
@media screen and (max-width: 429px) {
#mainpage {
.faq_pricing_block {
ul.list_with_orange_markers {
p {
&.first-faq {
padding-top: 35px;
}
&.second-faq {
padding-top: 30px;
}
&.third-faq {
padding-top: 35px;
}
&.fifth-faq {
padding-top: 53px;
}
}
}
}
}
#mainpage {
.faq_pricing_block {
@ -6058,7 +6058,7 @@ em.error_text {
.borderRadius (4px);
border: 1px solid #c2c2c2;
display: inline-block;
height: 64px;
height: 56px;
margin: 0 10px 0 0;
padding-left: 4px;
width: 200px;

View File

@ -647,6 +647,13 @@
@media screen and (max-width: 500px) {
.narrowheader {
.headerButton {
padding: 17px 10px;
font-size: 12px;
}
}
.langselector.headerLengSelector {
display: none;
}

View File

@ -61,7 +61,11 @@ BlockUIManager = {
baseZ: 666,
fadeIn: 0,
fadeOut: 0,
onBlock: function() {
onBlock: function () {
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent)) {
e.preventDefault();
}
var t = $(e).parents("div.blockUI:first"),
o = t.removeClass("blockMsg").addClass("blockDialog").get(0),
r = "";

View File

@ -90,8 +90,8 @@ function IndexPageInit(t, e, n) {
$("[id$=ListMenu]").hide(), $("[id$=MainContent]").hide(), $("#switcherMenu span").removeClass("active"), $(this).addClass("active"), $("#" + t + "ListMenu").show(), $("#" + t + "MainContent").show(), e != t && setCookie("type-menu", t)
})
}
$(function() {
$(".screenphoto").click(function() {
$(function () {
$(".screenphoto").click(function () {
$img = $("#" + $(this).attr("target"));
var t = $img.attr("alt"),
e = $("#" + $(this).attr("target")).attr("src");