Perform a request over the API to fetch security information

This commit is contained in:
Pierre
2018-04-18 18:33:18 +02:00
parent 7726145a63
commit 9b32ee19e8
3 changed files with 118 additions and 2 deletions

View File

@ -2,4 +2,29 @@
* Security settings section
*
* @author Pierre HUBERT
*/
/**
* Prompt user password box
*/
.box-security-settings .prompt-user-password h4,
.box-security-settings .prompt-user-password p {
text-align: center;
}
.box-security-settings .prompt-user-password label {
display: none;
}
.box-security-settings .prompt-user-password .submit-form {
width: 100px;
margin: auto;
display: block;
}
/**
* Global box rules
*/