aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-12 14:44:27 -0800
committerfriendica <info@friendica.com>2014-02-12 14:44:27 -0800
commit2c1b366fdf18929e255a223bc88474b446eaafa8 (patch)
treee36958b9c48dd2812a8c85f0ffbbe5747d493403 /view/css
parent1ca85abf83d95eb49f9b7ffbbda5f01de40388e5 (diff)
downloadvolse-hubzilla-2c1b366fdf18929e255a223bc88474b446eaafa8.tar.gz
volse-hubzilla-2c1b366fdf18929e255a223bc88474b446eaafa8.tar.bz2
volse-hubzilla-2c1b366fdf18929e255a223bc88474b446eaafa8.zip
make activities optional for profile things, clean up the forms
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_thing.css14
1 files changed, 4 insertions, 10 deletions
diff --git a/view/css/mod_thing.css b/view/css/mod_thing.css
index 2a2ba7c92..125230b38 100644
--- a/view/css/mod_thing.css
+++ b/view/css/mod_thing.css
@@ -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 {