mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
20 lines
300 B
CSS
20 lines
300 B
CSS
|
|
|
|
.thing-profile #contact-profile-selector {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.thing-label, .field > label, .thing-verb-label, .thing-profile-label{
|
|
float: left;
|
|
width: 350px;
|
|
}
|
|
|
|
.thing-input, .thing-verb, .thing-profile{
|
|
float: left;
|
|
margin-bottom: 15px;
|
|
width: 400px;
|
|
}
|
|
|
|
.thing-field-end {
|
|
clear: both;
|
|
}
|