Updated styles for the Authrization subscription form inputs
This commit is contained in:
parent
6cfa587385
commit
7a00dc749d
|
@ -170,6 +170,7 @@ class UserauthorizationAction extends Action
|
||||||
$this->elementStart('li', 'entity_subscribe');
|
$this->elementStart('li', 'entity_subscribe');
|
||||||
$this->elementStart('form', array('method' => 'post',
|
$this->elementStart('form', array('method' => 'post',
|
||||||
'id' => 'userauthorization',
|
'id' => 'userauthorization',
|
||||||
|
'class' => 'form_user_authorization',
|
||||||
'name' => 'userauthorization',
|
'name' => 'userauthorization',
|
||||||
'action' => common_local_url('userauthorization')));
|
'action' => common_local_url('userauthorization')));
|
||||||
$this->hidden('token', common_session_token());
|
$this->hidden('token', common_session_token());
|
||||||
|
|
|
@ -607,7 +607,9 @@ border-radius:4px;
|
||||||
-moz-border-radius:4px;
|
-moz-border-radius:4px;
|
||||||
-webkit-border-radius:4px;
|
-webkit-border-radius:4px;
|
||||||
}
|
}
|
||||||
|
.entity_actions .accept {
|
||||||
|
margin-bottom:18px;
|
||||||
|
}
|
||||||
|
|
||||||
.entity_tags ul {
|
.entity_tags ul {
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
|
@ -1158,4 +1160,4 @@ display:none;
|
||||||
}
|
}
|
||||||
.guide {
|
.guide {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
|
@ -164,7 +164,8 @@ background-color:#A9BF4F;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
.form_user_unsubscribe input.submit,
|
.form_user_unsubscribe input.submit,
|
||||||
.form_group_leave input.submit {
|
.form_group_leave input.submit,
|
||||||
|
.form_user_authorization input.reject {
|
||||||
background-color:#97BFD1;
|
background-color:#97BFD1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -164,7 +164,8 @@ background-color:#9BB43E;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
.form_user_unsubscribe input.submit,
|
.form_user_unsubscribe input.submit,
|
||||||
.form_group_leave input.submit {
|
.form_group_leave input.submit,
|
||||||
|
.form_user_authorization input.reject {
|
||||||
background-color:#87B4C8;
|
background-color:#87B4C8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user