2018-04-18 16:11:45 +00:00
|
|
|
/**
|
|
|
|
* Security settings section
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
2018-04-18 16:33:18 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 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
|
2018-04-19 08:20:49 +00:00
|
|
|
*/
|
|
|
|
.security-settings-form .submit-form {
|
|
|
|
width: 150px;
|
|
|
|
margin: auto;
|
|
|
|
display: block;
|
|
|
|
}
|