mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 05:49:22 +00:00
20 lines
319 B
CSS
20 lines
319 B
CSS
/**
|
|
* Group settings stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.group-settings-container {
|
|
float: none;
|
|
margin: auto;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.group-settings-container .title {
|
|
text-align: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.group-settings-container .submit-button-container {
|
|
text-align: center;
|
|
} |