diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 68d1b42..3a2cdd3 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -450,8 +450,18 @@ div.required:after { content: " *"; left: 104px; } .my_profile .selectize_item2 { - background: url("/images/arrow-cart-down.png") no-repeat 97% 61%; + background: url("/images/arrow-cart-down.png") no-repeat 100% 61%; } .form-control{ padding-top: 3px; +} + +.my_profile .selectize_item2{ + display: inherit; + margin: 0px 13px 21px 65px!important; + width: 371px; +} + +.my_profile .selectize_item2 label{ + left: -65px; } \ No newline at end of file -- libgit2 0.21.4