From 5824a64785944a75e47f1ba3cbb9463086049c6f Mon Sep 17 00:00:00 2001 From: OlenaKl Date: Fri, 4 Dec 2015 10:44:32 +0200 Subject: [PATCH] profile --- frontend/web/css/main.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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