fix profile form indentation
parent
73eacf6a44
commit
0bb3cf3337
|
@ -113,17 +113,17 @@ div.wrapper(
|
||||||
maxlength="210"
|
maxlength="210"
|
||||||
)
|
)
|
||||||
|
|
||||||
fieldset.submit
|
fieldset.submit
|
||||||
button.button-green.submit-button(
|
button.button-green.submit-button(
|
||||||
type="submit"
|
type="submit"
|
||||||
title="{{'COMMON.SAVE' | translate}}",
|
title="{{'COMMON.SAVE' | translate}}",
|
||||||
translate="COMMON.SAVE"
|
translate="COMMON.SAVE"
|
||||||
)
|
)
|
||||||
a.delete-account(
|
a.delete-account(
|
||||||
href=""
|
href=""
|
||||||
title="{{'USER_PROFILE.ACTION_DELETE_ACCOUNT' | translate}}"
|
title="{{'USER_PROFILE.ACTION_DELETE_ACCOUNT' | translate}}"
|
||||||
ng-click="ctrl.openDeleteLightbox()"
|
ng-click="ctrl.openDeleteLightbox()"
|
||||||
translate="USER_PROFILE.ACTION_DELETE_ACCOUNT"
|
translate="USER_PROFILE.ACTION_DELETE_ACCOUNT"
|
||||||
)
|
)
|
||||||
|
|
||||||
div.lightbox.lightbox-delete-account(tg-lb-delete-user)
|
div.lightbox.lightbox-delete-account(tg-lb-delete-user)
|
||||||
|
|
Loading…
Reference in New Issue