diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index aa894c6..ec73d24 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -469,4 +469,48 @@ div.required:after { content: " *"; .my_profile .selectize_item2 label{ left: -65px; +} + +.myprofile .purple_white { + margin-top: 28px; + margin-left: 174px; + font-family: Arial; + font-size: 11px; + font-weight: 600; + color: #6b84b5; + height: 43px; + width: 130px; + border-radius: 8px; + border: 1px solid #6b84b5; + background-color: #ffffff; + cursor: pointer; + outline: none; + text-transform: uppercase; + display: inline-block; + text-align: center; + box-sizing: border-box; + padding-top: 14px; + position: relative; + top: 1px; +} + +.myprofile input{ + margin-left: 135px; +} + +.myprofile div.required:after{ + left: 121px; +} +.myprofile a.top{ + padding-top: 13px; + text-align: center; +} + +.field-passwordresetrequestform-email:after{ + top: -34px!important; + left: 388px!important; +} + +.myprofile .field-changepasswordform-old_pass label, .myprofile .field-changepasswordform-pass label, .myprofile .field-changepasswordform-re_pass label{ + left: 0px!important; } \ No newline at end of file -- libgit2 0.21.4