From ce0720a44ffd26f705b446d140d555ca59fa22cd Mon Sep 17 00:00:00 2001 From: SvetlanaLisina Date: Thu, 22 Apr 2021 17:55:54 +0300 Subject: [PATCH] fixed styles --- Web/css/help.less | 12 ++++++++---- Web/css/language-selector.less | 2 +- Web/css/mobile.less | 12 ++++++------ Web/css/teamlab.less | 25 ++++++++++++++++++------- Web/web.config | 2 +- 5 files changed, 34 insertions(+), 19 deletions(-) diff --git a/Web/css/help.less b/Web/css/help.less index c1e4075fd..e2e883ce1 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -3581,7 +3581,7 @@ h2.MainHCPage { .allkeywords { float: right; - margin: -15px 0 0 0; + margin: -50px 0 0 0; a { color: @redColor; @@ -5169,9 +5169,9 @@ a.text-container-link-changelog { } } -.mob_proj_ios .block_also { +/*.mob_proj_ios .block_also { display: none; -} +}*/ .faq_block { padding: 20px 0 20px 50px; @@ -5577,7 +5577,7 @@ dd { .body-block { display: table; margin: auto; - max-width: 1170px; + max-width: 1120px; margin-top: 100px; } @@ -6332,6 +6332,10 @@ input ~ .tab { /* grey line between tab and contents */ @media screen and (max-width: 350px) { + .block_also { + width: 270px; + } + #mainPage.InnerPage .icon-program-block .img-title { width: auto; height: 80px; diff --git a/Web/css/language-selector.less b/Web/css/language-selector.less index 1da96c256..d1ccb16d5 100644 --- a/Web/css/language-selector.less +++ b/Web/css/language-selector.less @@ -43,7 +43,7 @@ div.custom-select { margin: 0; padding: 6px 12px 6px; position: absolute; - top: 25px; + top: 35px; width: 100%; z-index: 10000; diff --git a/Web/css/mobile.less b/Web/css/mobile.less index f8bee3e10..f9b065f6a 100644 --- a/Web/css/mobile.less +++ b/Web/css/mobile.less @@ -345,7 +345,7 @@ background-size: auto 100%; position: absolute; left: 17px; - top: 14px; + top: 17px; -webkit-transition: 0.1s linear; -moz-transition: 0.1s linear; -o-transition: 0.1s linear; @@ -428,13 +428,13 @@ } } - .block_also { + /*.block_also { display: none !important; - } + }*/ - .bottommenu { - display: none !important; - } + .bottommenu { + display: none !important; + } #floatSubMenu { display: none !important; diff --git a/Web/css/teamlab.less b/Web/css/teamlab.less index 25e6438db..08928e40f 100644 --- a/Web/css/teamlab.less +++ b/Web/css/teamlab.less @@ -430,11 +430,14 @@ footer { } .narrowfooter { - width: auto; - margin: 0; + width: calc(100% - 10vw); + margin: 0 auto 20px; + position: relative; + max-width: 1120px; + min-width: 769px; .bottomlines { - max-width: 1300px; + max-width: 1120px; margin: 0 auto; padding: 0px 0; padding-top: 56px; @@ -446,7 +449,7 @@ footer { display: inline-block; font-family: 'Open Sans',sans-serif; color: #fff; - margin: 19px 0px 0px 39px; + margin: 19px 0px 0px 0px; font-size: 13px; } @@ -516,12 +519,19 @@ footer { grid-column-gap: 32px; } +@media screen and (max-width: 1023px) { +.narrowfooter { + max-width: 928px; + padding: 0 48px 50px; + margin-bottom: 0; + vertical-align: top; + min-width: unset; +} +} @media screen and (max-width: 812px) { - .InnerPage - - div.description li { + .InnerPage div.description li { padding-right: 15px; } @@ -544,6 +554,7 @@ footer { .narrowfooter { width: auto; margin: 0; + min-width: 0px; .bottomlines { grid-template-columns: 1fr; diff --git a/Web/web.config b/Web/web.config index 659c02bb2..030948e24 100644 --- a/Web/web.config +++ b/Web/web.config @@ -88,7 +88,7 @@ - +