mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
30 lines
436 B
CSS
30 lines
436 B
CSS
/**
|
|
* 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
|
|
*/ |