make activities optional for profile things, clean up the forms

This commit is contained in:
friendica
2014-02-12 14:44:27 -08:00
parent 1ca85abf83
commit 2c1b366fdf
4 changed files with 58 additions and 50 deletions

View File

@@ -4,22 +4,16 @@
margin-left: 0;
}
.thing-verb-label {
margin-top: 15px;
}
.thing-verb {
margin-bottom: 15px;
}
.thing-label {
.thing-label, .field label, .thing-verb-label, .thing-profile-label{
float: left;
width: 250px;
width: 350px;
}
.thing-input {
.thing-input, .thing-verb, .thing-profile{
float: left;
margin-bottom: 15px;
width: 400px;
}
.thing-field-end {