From 93925b8505f428f961ecf546e63744927bf63ad3 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 22 Jan 2009 16:50:35 +0000 Subject: Mathching markup to user profilelist (entities) --- theme/base/css/display.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 45affbaf6..727fd94c4 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -655,10 +655,15 @@ margin-bottom:0; min-height:60px; } + +.profile .form_group_join, +.profile .form_group_leave, .profile .form_user_subscribe, .profile .form_user_unsubscribe { float:right; } +.profile .form_group_join legend, +.profile .form_group_leave legend, .profile .form_user_subscribe legend, .profile .form_user_unsubscribe legend { display:none; @@ -678,7 +683,8 @@ display:inline; float:none; } .profile .entity_profile .entity_note, -.profile .entity_profile .entity_url { +.profile .entity_profile .entity_url, +.profile .entity_profile .entity_tags { margin-left:59px; clear:none; display:block; @@ -1195,7 +1201,3 @@ text-align:center; #testimonials { clear:both; } - -.entity_tags dt { -display:block; -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf From ead13846505be3e183ecf05f5897636f0d9e5755 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 22 Jan 2009 16:57:37 +0000 Subject: .profile form.form_subscriptions_edit style --- actions/subscriptions.php | 2 +- theme/base/css/display.css | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'theme') diff --git a/actions/subscriptions.php b/actions/subscriptions.php index 8d1462d49..bcc557891 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 727fd94c4..23f04f761 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 { -- cgit v1.2.3-54-g00ecf From 8daec3c245fd1127ea96e0ef1312fcad91b53a3f Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 22 Jan 2009 17:01:57 +0000 Subject: Colour fix for Subscribe input.submit --- theme/identica/css/display.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'theme') diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 1df14a7f1..66ee3c25d 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -58,8 +58,7 @@ background-color:#fcfffc; #aside_primary, #entity_subscribe a, -#TB_window input.submit, -.form_user_subscribe input.submit { +#TB_window input.submit { background-color:#CEE1E9; } -- cgit v1.2.3-54-g00ecf From 32debdac66eed90e5b93b29eda7cbc264e5dfa4e Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 22 Jan 2009 17:49:55 +0000 Subject: Profile tag dt display inline and margin --- theme/base/css/display.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 23f04f761..e49f27dfb 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -691,6 +691,11 @@ clear:none; display:block; width:auto; } +.profile .entity_profile .entity_tags dt { +display:inline; +margin-right:11px; +} + .profile .entity_profile .form_subcription_edit label { font-weight:normal; -- cgit v1.2.3-54-g00ecf