mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Display user ID and email in settings
This commit is contained in:
16
assets/css/pages/settings/sections/general.css
Normal file
16
assets/css/pages/settings/sections/general.css
Normal 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%;
|
||||
}
|
Reference in New Issue
Block a user