Display user ID and email in settings

This commit is contained in:
Pierre
2018-04-16 18:44:13 +02:00
parent 643ebd235d
commit ba87b35382
4 changed files with 93 additions and 3 deletions

View File

@ -0,0 +1,16 @@
/**
* 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%;
}