Commit bd2e9067219fd45b8dfc7be298d7d22124a2fe8b
1 parent
03185ae8
profile
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
frontend/web/css/main.css
@@ -439,4 +439,19 @@ div.required:after { content: " *"; | @@ -439,4 +439,19 @@ div.required:after { content: " *"; | ||
439 | 439 | ||
440 | #modal_form_call div.required:after{ | 440 | #modal_form_call div.required:after{ |
441 | left: 101px; | 441 | left: 101px; |
442 | +} | ||
443 | + | ||
444 | +.input2 label{ | ||
445 | + top: 8px | ||
446 | +} | ||
447 | + | ||
448 | +.my_profile div.required:after{ | ||
449 | + top: -34px; | ||
450 | + left: 104px; | ||
451 | +} | ||
452 | +.my_profile .selectize_item2 { | ||
453 | + background: url("/images/arrow-cart-down.png") no-repeat 97% 61%; | ||
454 | +} | ||
455 | +.form-control{ | ||
456 | + padding-top: 3px; | ||
442 | } | 457 | } |
443 | \ No newline at end of file | 458 | \ No newline at end of file |