Updated styles for the Authrization subscription form inputs

This commit is contained in:
Sarven Capadisli 2009-04-12 21:50:14 +00:00
parent 6cfa587385
commit 7a00dc749d
4 changed files with 9 additions and 4 deletions

View 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());

View 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;
}
}

View 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;
}

View 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;
}