From ead13846505be3e183ecf05f5897636f0d9e5755 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 22 Jan 2009 16:57:37 +0000 Subject: [PATCH] .profile form.form_subscriptions_edit style --- actions/subscriptions.php | 2 +- theme/base/css/display.css | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/actions/subscriptions.php b/actions/subscriptions.php index 8d1462d494..bcc5578917 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -111,7 +111,7 @@ class SubscriptionsList extends ProfileList $this->out->elementStart('form', array('id' => 'subedit-' . $profile->id, 'method' => 'post', - 'class' => 'subedit', + 'class' => 'form_subcription_edit', 'action' => common_local_url('subedit'))); $this->out->hidden('token', common_session_token()); $this->out->hidden('profile', $profile->id); diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 727fd94c47..23f04f761b 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -684,13 +684,22 @@ float:none; } .profile .entity_profile .entity_note, .profile .entity_profile .entity_url, -.profile .entity_profile .entity_tags { +.profile .entity_profile .entity_tags, +.profile .entity_profile .form_subcription_edit { margin-left:59px; clear:none; display:block; width:auto; } +.profile .entity_profile .form_subcription_edit label { +font-weight:normal; +margin-right:11px; +} + + + + /* NOTICE */ .notice, .profile {