Commit 579ac0240f17d22fa986299036e6c18001580b0f
1 parent
cbb1e4f4
tokar commit
Showing
8 changed files
with
17 additions
and
10 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -4597,21 +4597,21 @@ input.custom-radio + label span, input.custom-check + label span { |
4597 | 4597 | input.custom-radio + label span { |
4598 | 4598 | width: 12px; |
4599 | 4599 | height: 12px; |
4600 | - background: url(../images/sets-ico/radio-active.png) no-repeat; | |
4600 | + background: url(/images/sets-ico/radio-active.png) no-repeat; | |
4601 | 4601 | float: left; |
4602 | 4602 | } |
4603 | 4603 | input.custom-radio:checked + label span, input.custom-radio:checked + label:hover span { |
4604 | - background: url(../images/sets-ico/radio.png) no-repeat;transition: .2s; | |
4604 | + background: url(/images/sets-ico/radio.png) no-repeat;transition: .2s; | |
4605 | 4605 | } |
4606 | 4606 | input.custom-check + label span { |
4607 | 4607 | width: 12px; |
4608 | 4608 | height: 12px; |
4609 | - background: url(../images/sets-ico/check.png) no-repeat; | |
4609 | + background: url(/images/sets-ico/check.png) no-repeat; | |
4610 | 4610 | float: left; |
4611 | 4611 | margin-left: 46px; |
4612 | 4612 | } |
4613 | 4613 | input.custom-check:checked + label span, input.custom-check:checked + label:hover span { |
4614 | - background: url(../images/sets-ico/check-active.png) no-repeat;transition: .2s; | |
4614 | + background: url(/images/sets-ico/check-active.png) no-repeat;transition: .2s; | |
4615 | 4615 | } |
4616 | 4616 | .check-radio-wr { |
4617 | 4617 | width: 50%; |
... | ... | @@ -4631,7 +4631,7 @@ input.custom-check:checked + label span, input.custom-check:checked + label:hove |
4631 | 4631 | -webkit-appearance: none; |
4632 | 4632 | -moz-appearance: none; |
4633 | 4633 | appearance: none; |
4634 | - background: url("../images/sets-ico/select-arrow.jpg")right center no-repeat ; | |
4634 | + background: url("/images/sets-ico/select-arrow.jpg")right center no-repeat ; | |
4635 | 4635 | font-family: 'Roboto'!important; |
4636 | 4636 | font-style: normal!important; |
4637 | 4637 | font-weight: 400!important; |
... | ... | @@ -4684,7 +4684,7 @@ input.custom-check:checked + label span, input.custom-check:checked + label:hove |
4684 | 4684 | width: 139px; |
4685 | 4685 | height: 59px; |
4686 | 4686 | margin: 0 auto; |
4687 | - background: url("../images/captcha-bg.jpg"); | |
4687 | + background: url("/images/captcha-bg.jpg"); | |
4688 | 4688 | } |
4689 | 4689 | |
4690 | 4690 | .who-you-are-form .check-radio-wr { |
... | ... | @@ -4800,7 +4800,7 @@ input.custom-check:checked + label span, input.custom-check:checked + label:hove |
4800 | 4800 | height: 28px; |
4801 | 4801 | margin-top: 0; |
4802 | 4802 | content: ''; |
4803 | - background: url("../images/sets-ico/select-arrow.jpg") no-repeat; | |
4803 | + background: url("/images/sets-ico/select-arrow.jpg") no-repeat; | |
4804 | 4804 | } |
4805 | 4805 | |
4806 | 4806 | .selectize-dropdown { |
... | ... | @@ -4952,10 +4952,17 @@ input.custom-check:checked + label span, input.custom-check:checked + label:hove |
4952 | 4952 | border-right: 1px solid #b7b7b7; |
4953 | 4953 | margin-top: 7px; |
4954 | 4954 | cursor: pointer; |
4955 | - position: relative; | |
4955 | + padding-right: 28px; | |
4956 | 4956 | } |
4957 | -.search-list span:after { | |
4958 | - | |
4957 | +.search-list:before { | |
4958 | + position: absolute; | |
4959 | + right: 9px; | |
4960 | + top: 50%; | |
4961 | + margin-top: -3px; | |
4962 | + width: 9px; | |
4963 | + height: 6px; | |
4964 | + background: url("/images/arrow-search.png"); | |
4965 | + content: ''; | |
4959 | 4966 | } |
4960 | 4967 | .search-list ul { |
4961 | 4968 | position: absolute; | ... | ... |
2.83 KB
8.75 KB
2.93 KB
2.76 KB
2.95 KB
3.04 KB
1.39 KB