From 2c1b366fdf18929e255a223bc88474b446eaafa8 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 12 Feb 2014 14:44:27 -0800 Subject: make activities optional for profile things, clean up the forms --- view/css/mod_thing.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'view/css') 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 { -- cgit v1.2.3