mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
14 lines
179 B
CSS
14 lines
179 B
CSS
|
/**
|
||
|
* @provides people-profile-css
|
||
|
*/
|
||
|
|
||
|
form.profile-image-form {
|
||
|
display: inline-block;
|
||
|
margin: 0 8px 8px 0;
|
||
|
}
|
||
|
|
||
|
button.profile-image-button {
|
||
|
padding: 4px;
|
||
|
margin: 0;
|
||
|
}
|