mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Perform a request over the API to fetch security information
This commit is contained in:
@ -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
|
||||
*/
|
Reference in New Issue
Block a user