diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index b38adb9..bb6c38e 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -262,4 +262,135 @@ div.required:after { content: " *"; background-image: url('/images/arrow_slider_go.png'); background-repeat: no-repeat; background-position: 100% 46%; +} + +#messages .telephone p{ + font-size: 24px!important; +} +#messages .telephone img{ + position: relative; + top: -4px; +} +#messages .first_block :nth-child(2){ + font-size: 14px; +} +#messages .first_block p:first-child{ + display: block; + font-size: 19px!important; + margin-bottom: 14px; +} + +#messages .telephone{ + margin-top: 11px; + margin-bottom: 3px; +} + +#messages .work_hours p:first-child{ + font-size: 19px; +} + +#messages .block_contacts p:first-child{ + font-size: 19px; +} + +#messages .block_contacts a{ + color: #333333; + display: inline-block; + margin-bottom: 3px; +} + +#messages iframe { + width: 960px; + margin-bottom: 33px; +} + +#enter_form div.required:after{ + left: 100px; +} + +#modal_form{ + border-bottom: none!important; +} + +.own_page3{ + border-bottom: 4px solid #dfdfdf; +} + +#enter_form a{ + margin-left: 80px; + color: #6b84b5; + text-decoration: underline; + position: relative; + top: -18px; +} + +#modal_form input[type="checkbox"]{ + display: inline-block!important; + width: 16px; + height: 16px; + margin-bottom: 16px; + background: url('/images/checkbox.png') no-repeat; + cursor: pointer; + padding: 0; + margin: 0 0 16px 0; + position: absolute; + left: -20px; + top: 0; + -webkit-transition: background 0.4s linear; + -o-transition: background 0.4s linear; + -moz-transition: background 0.4s linear; + transition: background 0.4s linear; +} + +#modal_form input[type="checkbox"]:checked + label span { + background: url('/images/input-type-checked.png') no-repeat; +} + +.form-group{ + margin-bottom: 0; +} + +.field-userloginform-rememberme{ + display: inline-block; + margin-left: 132px; + position: relative; + top: -17px; +} + +.field-userloginform-rememberme label{ + color: #6b84b5; + text-decoration: underline; + font-weight: 500; +} + +#modal_form .purple { + display: table; + margin: -6px auto 36px; +} + +#modal_form .field-userloginform-email{ + position: relative; +} + +#modal_form .field-userloginform-email .help-block{ + top: 28px; + left: 115px!important; +} + +#modal_form .field-userloginform-pass{ + margin-top: -10px; + margin-bottom: 12px; + position: relative; +} +#modal_form .purple{ + display: table; + margin: -6px auto 34px; +} +#modal_form .field-userloginform-pass .help-block{ + top: 26px; + left: 114px!important; +} + +.main_search{ + width: 434px!important; } \ No newline at end of file diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 64c365d..0a7e251 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -615,7 +615,7 @@ $(window).scroll(function() $('.purple_menu1').css({'position':'fixed', 'top':'0'}); $('.purple_menu1').addClass('purple_shadow'); $('.menu_block_center1').css({display:'none'}); - $('.main_search').animate({'width':'434px'}, 1000) + //$('.main_search').animate({'width':'434px'}, 1000) $('.dropdown_menu').addClass('active_menu'); $('.menu_block_center2 .dropdown_menu').css({'left':'-447px'}); -- libgit2 0.21.4