diff options
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 { |