Send a request over the server to update user password

This commit is contained in:
Pierre
2018-04-20 08:35:43 +02:00
parent eb2a9b3947
commit e18df207e2
6 changed files with 168 additions and 2 deletions

View File

@ -0,0 +1,11 @@
/**
* Settings password section stylesheet
*
* @author Pierre HUBERT
*/
.box-password-settings .submit-form {
width: 150px;
margin: auto;
display: block;
}