Commit d7525165523543cc992bbfdb764e63793432db36
1 parent
ae88099e
ghgfhfghfgh
Showing
2 changed files
with
132 additions
and
1 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -262,4 +262,135 @@ div.required:after { content: " *"; |
262 | 262 | background-image: url('/images/arrow_slider_go.png'); |
263 | 263 | background-repeat: no-repeat; |
264 | 264 | background-position: 100% 46%; |
265 | +} | |
266 | + | |
267 | +#messages .telephone p{ | |
268 | + font-size: 24px!important; | |
269 | +} | |
270 | +#messages .telephone img{ | |
271 | + position: relative; | |
272 | + top: -4px; | |
273 | +} | |
274 | +#messages .first_block :nth-child(2){ | |
275 | + font-size: 14px; | |
276 | +} | |
277 | +#messages .first_block p:first-child{ | |
278 | + display: block; | |
279 | + font-size: 19px!important; | |
280 | + margin-bottom: 14px; | |
281 | +} | |
282 | + | |
283 | +#messages .telephone{ | |
284 | + margin-top: 11px; | |
285 | + margin-bottom: 3px; | |
286 | +} | |
287 | + | |
288 | +#messages .work_hours p:first-child{ | |
289 | + font-size: 19px; | |
290 | +} | |
291 | + | |
292 | +#messages .block_contacts p:first-child{ | |
293 | + font-size: 19px; | |
294 | +} | |
295 | + | |
296 | +#messages .block_contacts a{ | |
297 | + color: #333333; | |
298 | + display: inline-block; | |
299 | + margin-bottom: 3px; | |
300 | +} | |
301 | + | |
302 | +#messages iframe { | |
303 | + width: 960px; | |
304 | + margin-bottom: 33px; | |
305 | +} | |
306 | + | |
307 | +#enter_form div.required:after{ | |
308 | + left: 100px; | |
309 | +} | |
310 | + | |
311 | +#modal_form{ | |
312 | + border-bottom: none!important; | |
313 | +} | |
314 | + | |
315 | +.own_page3{ | |
316 | + border-bottom: 4px solid #dfdfdf; | |
317 | +} | |
318 | + | |
319 | +#enter_form a{ | |
320 | + margin-left: 80px; | |
321 | + color: #6b84b5; | |
322 | + text-decoration: underline; | |
323 | + position: relative; | |
324 | + top: -18px; | |
325 | +} | |
326 | + | |
327 | +#modal_form input[type="checkbox"]{ | |
328 | + display: inline-block!important; | |
329 | + width: 16px; | |
330 | + height: 16px; | |
331 | + margin-bottom: 16px; | |
332 | + background: url('/images/checkbox.png') no-repeat; | |
333 | + cursor: pointer; | |
334 | + padding: 0; | |
335 | + margin: 0 0 16px 0; | |
336 | + position: absolute; | |
337 | + left: -20px; | |
338 | + top: 0; | |
339 | + -webkit-transition: background 0.4s linear; | |
340 | + -o-transition: background 0.4s linear; | |
341 | + -moz-transition: background 0.4s linear; | |
342 | + transition: background 0.4s linear; | |
343 | +} | |
344 | + | |
345 | +#modal_form input[type="checkbox"]:checked + label span { | |
346 | + background: url('/images/input-type-checked.png') no-repeat; | |
347 | +} | |
348 | + | |
349 | +.form-group{ | |
350 | + margin-bottom: 0; | |
351 | +} | |
352 | + | |
353 | +.field-userloginform-rememberme{ | |
354 | + display: inline-block; | |
355 | + margin-left: 132px; | |
356 | + position: relative; | |
357 | + top: -17px; | |
358 | +} | |
359 | + | |
360 | +.field-userloginform-rememberme label{ | |
361 | + color: #6b84b5; | |
362 | + text-decoration: underline; | |
363 | + font-weight: 500; | |
364 | +} | |
365 | + | |
366 | +#modal_form .purple { | |
367 | + display: table; | |
368 | + margin: -6px auto 36px; | |
369 | +} | |
370 | + | |
371 | +#modal_form .field-userloginform-email{ | |
372 | + position: relative; | |
373 | +} | |
374 | + | |
375 | +#modal_form .field-userloginform-email .help-block{ | |
376 | + top: 28px; | |
377 | + left: 115px!important; | |
378 | +} | |
379 | + | |
380 | +#modal_form .field-userloginform-pass{ | |
381 | + margin-top: -10px; | |
382 | + margin-bottom: 12px; | |
383 | + position: relative; | |
384 | +} | |
385 | +#modal_form .purple{ | |
386 | + display: table; | |
387 | + margin: -6px auto 34px; | |
388 | +} | |
389 | +#modal_form .field-userloginform-pass .help-block{ | |
390 | + top: 26px; | |
391 | + left: 114px!important; | |
392 | +} | |
393 | + | |
394 | +.main_search{ | |
395 | + width: 434px!important; | |
265 | 396 | } |
266 | 397 | \ No newline at end of file | ... | ... |
frontend/web/js/script.js
... | ... | @@ -615,7 +615,7 @@ $(window).scroll(function() |
615 | 615 | $('.purple_menu1').css({'position':'fixed', 'top':'0'}); |
616 | 616 | $('.purple_menu1').addClass('purple_shadow'); |
617 | 617 | $('.menu_block_center1').css({display:'none'}); |
618 | - $('.main_search').animate({'width':'434px'}, 1000) | |
618 | + //$('.main_search').animate({'width':'434px'}, 1000) | |
619 | 619 | $('.dropdown_menu').addClass('active_menu'); |
620 | 620 | $('.menu_block_center2 .dropdown_menu').css({'left':'-447px'}); |
621 | 621 | ... | ... |