mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-27 06:19:21 +00:00
16 lines
245 B
CSS
16 lines
245 B
CSS
/**
|
|
* General settings stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.box-general-settings .input-user-id {
|
|
width: 29%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.box-general-settings .input-user-email {
|
|
width: 70%;
|
|
display: inline-block;
|
|
margin-left: 1%;
|
|
} |