]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
.profile form.form_subscriptions_edit style
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 16:57:37 +0000 (16:57 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 16:57:37 +0000 (16:57 +0000)
actions/subscriptions.php
theme/base/css/display.css

index 8d1462d494ba1446fb673bc25cae9015366e645e..bcc5578917c6408ba1868809b05227f0e408190c 100644 (file)
@@ -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);
index 727fd94c478ac676ebad3158eb097152cf23aae9..23f04f761b3fd56002160c00d613cf4bea3c1e97 100644 (file)
@@ -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 {