From bd2e9067219fd45b8dfc7be298d7d22124a2fe8b Mon Sep 17 00:00:00 2001 From: OlenaKl Date: Fri, 4 Dec 2015 10:25:59 +0200 Subject: [PATCH] profile --- frontend/web/css/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 5d08411..68d1b42 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -439,4 +439,19 @@ div.required:after { content: " *"; #modal_form_call div.required:after{ left: 101px; +} + +.input2 label{ + top: 8px +} + +.my_profile div.required:after{ + top: -34px; + left: 104px; +} +.my_profile .selectize_item2 { + background: url("/images/arrow-cart-down.png") no-repeat 97% 61%; +} +.form-control{ + padding-top: 3px; } \ No newline at end of file -- libgit2 0.21.4