Commit 5824a64785944a75e47f1ba3cbb9463086049c6f
1 parent
bd2e9067
profile
Showing
1 changed file
with
11 additions
and
1 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -450,8 +450,18 @@ div.required:after { content: " *"; |
450 | 450 | left: 104px; |
451 | 451 | } |
452 | 452 | .my_profile .selectize_item2 { |
453 | - background: url("/images/arrow-cart-down.png") no-repeat 97% 61%; | |
453 | + background: url("/images/arrow-cart-down.png") no-repeat 100% 61%; | |
454 | 454 | } |
455 | 455 | .form-control{ |
456 | 456 | padding-top: 3px; |
457 | +} | |
458 | + | |
459 | +.my_profile .selectize_item2{ | |
460 | + display: inherit; | |
461 | + margin: 0px 13px 21px 65px!important; | |
462 | + width: 371px; | |
463 | +} | |
464 | + | |
465 | +.my_profile .selectize_item2 label{ | |
466 | + left: -65px; | |
457 | 467 | } |
458 | 468 | \ No newline at end of file | ... | ... |