mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +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%;
|
||
|
}
|