]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated styles for the Authrization subscription form inputs
authorSarven Capadisli <csarven@controlyourself.ca>
Sun, 12 Apr 2009 21:50:14 +0000 (21:50 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sun, 12 Apr 2009 21:50:14 +0000 (21:50 +0000)
actions/userauthorization.php
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index c8c679dcd030bc791836bc822f4cbae30db5abb2..1680191495506c043d0cdc98df116d708d0e90c5 100644 (file)
@@ -170,6 +170,7 @@ class UserauthorizationAction extends Action
         $this->elementStart('li', 'entity_subscribe');
         $this->elementStart('form', array('method' => 'post',
                                           'id' => 'userauthorization',
+                                          'class' => 'form_user_authorization',
                                           'name' => 'userauthorization',
                                           'action' => common_local_url('userauthorization')));
         $this->hidden('token', common_session_token());
index 3b4a2a4b302e39169cc63d0be72c5985003461aa..9c0980ec6db204435bf73d950ea3ab339e01475e 100644 (file)
@@ -607,7 +607,9 @@ border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 }
-
+.entity_actions .accept {
+margin-bottom:18px;
+}
 
 .entity_tags ul {
 list-style-type:none;
@@ -1158,4 +1160,4 @@ display:none;
 }
 .guide {
 clear:both;
-}
\ No newline at end of file
+}
index 42e29374f1c571c2bd6deb6e421aea271b7955f5..5523a331e2989ff4420298b359239bbd52ad1ca7 100644 (file)
@@ -164,7 +164,8 @@ background-color:#A9BF4F;
 color:#fff;
 }
 .form_user_unsubscribe input.submit,
-.form_group_leave input.submit {
+.form_group_leave input.submit,
+.form_user_authorization input.reject {
 background-color:#97BFD1;
 }
 
index 8edb005a68ae7b74b79c9619eae7c36e5a7dfd25..e4f582b6c1102ad65fe9df1a948fb9ad9e821acb 100644 (file)
@@ -164,7 +164,8 @@ background-color:#9BB43E;
 color:#fff;
 }
 .form_user_unsubscribe input.submit,
-.form_group_leave input.submit {
+.form_group_leave input.submit,
+.form_user_authorization input.reject {
 background-color:#87B4C8;
 }