Commit 2aefbc7cf64b9cbcc48fd64a14828464d9834dc1
1 parent
c2c5e303
V
Showing
1 changed file
with
44 additions
and
0 deletions
Show diff stats
frontend/web/css/main.css
@@ -469,4 +469,48 @@ div.required:after { content: " *"; | @@ -469,4 +469,48 @@ div.required:after { content: " *"; | ||
469 | 469 | ||
470 | .my_profile .selectize_item2 label{ | 470 | .my_profile .selectize_item2 label{ |
471 | left: -65px; | 471 | left: -65px; |
472 | +} | ||
473 | + | ||
474 | +.myprofile .purple_white { | ||
475 | + margin-top: 28px; | ||
476 | + margin-left: 174px; | ||
477 | + font-family: Arial; | ||
478 | + font-size: 11px; | ||
479 | + font-weight: 600; | ||
480 | + color: #6b84b5; | ||
481 | + height: 43px; | ||
482 | + width: 130px; | ||
483 | + border-radius: 8px; | ||
484 | + border: 1px solid #6b84b5; | ||
485 | + background-color: #ffffff; | ||
486 | + cursor: pointer; | ||
487 | + outline: none; | ||
488 | + text-transform: uppercase; | ||
489 | + display: inline-block; | ||
490 | + text-align: center; | ||
491 | + box-sizing: border-box; | ||
492 | + padding-top: 14px; | ||
493 | + position: relative; | ||
494 | + top: 1px; | ||
495 | +} | ||
496 | + | ||
497 | +.myprofile input{ | ||
498 | + margin-left: 135px; | ||
499 | +} | ||
500 | + | ||
501 | +.myprofile div.required:after{ | ||
502 | + left: 121px; | ||
503 | +} | ||
504 | +.myprofile a.top{ | ||
505 | + padding-top: 13px; | ||
506 | + text-align: center; | ||
507 | +} | ||
508 | + | ||
509 | +.field-passwordresetrequestform-email:after{ | ||
510 | + top: -34px!important; | ||
511 | + left: 388px!important; | ||
512 | +} | ||
513 | + | ||
514 | +.myprofile .field-changepasswordform-old_pass label, .myprofile .field-changepasswordform-pass label, .myprofile .field-changepasswordform-re_pass label{ | ||
515 | + left: 0px!important; | ||
472 | } | 516 | } |
473 | \ No newline at end of file | 517 | \ No newline at end of file |