diff options
author | friendica <info@friendica.com> | 2014-02-12 14:44:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-12 14:44:27 -0800 |
commit | 2c1b366fdf18929e255a223bc88474b446eaafa8 (patch) | |
tree | e36958b9c48dd2812a8c85f0ffbbe5747d493403 /view/css | |
parent | 1ca85abf83d95eb49f9b7ffbbda5f01de40388e5 (diff) | |
download | volse-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.css | 14 |
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 { |