]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Made user_actions styles more consistent
authorsarven <csarven@plantard.controlezvous.ca>
Wed, 21 Jan 2009 06:54:17 +0000 (06:54 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Wed, 21 Jan 2009 06:54:17 +0000 (06:54 +0000)
actions/showstream.php
theme/base/css/display.css
theme/identica/css/display.css

index a411fae5b4ff355ad3c2bfc77ab305dfa41dfa3f..6ed6abc9e76f13cd25715e5110f988a112f79de0 100644 (file)
@@ -330,7 +330,7 @@ class ShowstreamAction extends Action
 
         $user = User::staticGet('id', $this->profile->id);
         if ($cur && $cur->id != $user->id && $cur->mutuallySubscribed($user)) {
-           $this->elementStart('li', array('id' => 'user_send_a_new_message'));
+           $this->elementStart('li', array('id' => 'user_send-a-message'));
             $this->element('a', array('href' => common_local_url('newmessage', array('to' => $user->id))),
                            _('Send a message'));
             $this->elementEnd('li');
index 5b17fa53a57b1a8e77e5bf8851a89b5b529a4ab1..c60097145ac7d89ac39b2a7f788eb9209fb2d923 100644 (file)
@@ -611,16 +611,25 @@ width:100%;
 }
 #user_actions a {
 text-decoration:none;
+font-weight:bold;
+width:100%;
+display:block;
 }
 
 
 
 .form_user_block input.submit,
-.form_user_unblock input.submit {
+.form_user_unblock input.submit,
+#user_send-a-message a,
+.form_user_nudge input.submit {
 border:0;
 padding-left:20px;
 }
 
+#user_send-a-message a {
+padding:4px 4px 4px 23px;
+
+}
 
 
 #user_subscribe input.submit,
@@ -631,13 +640,9 @@ padding-left:20px;
 
 
 #user_send-a-message form {
-clear:left;
-width:322px;
-margin-top:18px;
 }
 
 #user_send-a-message textarea {
-width:96%;
 }
 
 .user_tags ul {
index e3b5310f7af6d23f32214ab86dbf171c1b17530e..2b91c55042b5f6af2811ef935186ae1666d95c34 100644 (file)
@@ -41,7 +41,9 @@ color:#fff;
 a,
 div.notice-options input,
 .form_user_block input.submit,
-.form_user_unblock input.submit {
+.form_user_unblock input.submit,
+#user_send-a-message a,
+.form_user_nudge input.submit {
 color:#002E6E;
 }
 
@@ -63,8 +65,7 @@ background-color:#CEE1E9;
 #notice_text-count {
 color:#333;
 }
-#form_notice.warning #notice_text-count,
-#user_actions a {
+#form_notice.warning #notice_text-count {
 color:#000;
 }
 
@@ -131,7 +132,7 @@ background-image:url(../../base/images/icons/icon_vcard.gif);
 }
 
 
-.form_user_send-a-message input.submit,
+#user_send-a-message a,
 .form_user_nudge input.submit,
 .form_user_block input.submit,
 .form_user_unblock input.submit {