Updated input submit for making a user admin of a group
This commit is contained in:
parent
4c640aace9
commit
85a4e32f30
|
@ -622,7 +622,8 @@ display:block;
|
|||
.entity_send-a-message a,
|
||||
.entity_edit a,
|
||||
.form_user_nudge input.submit,
|
||||
.entity_nudge p {
|
||||
.entity_nudge p,
|
||||
.form_make_admin input.submit {
|
||||
border:0;
|
||||
padding-left:20px;
|
||||
}
|
||||
|
|
BIN
theme/base/images/icons/twotone/green/admin.gif
Normal file
BIN
theme/base/images/icons/twotone/green/admin.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 B |
|
@ -65,7 +65,8 @@ div.notice-options input,
|
|||
.entity_send-a-message a,
|
||||
.form_user_nudge input.submit,
|
||||
.entity_nudge p,
|
||||
.form_settings input.form_action-primary {
|
||||
.form_settings input.form_action-primary,
|
||||
.form_make_admin input.submit {
|
||||
color:#002E6E;
|
||||
}
|
||||
|
||||
|
@ -166,7 +167,8 @@ background-image:url(../../base/images/icons/icon_foaf.gif);
|
|||
.form_user_unblock input.submit,
|
||||
.form_group_block input.submit,
|
||||
.form_group_unblock input.submit,
|
||||
.entity_nudge p {
|
||||
.entity_nudge p,
|
||||
.form_make_admin input.submit {
|
||||
background-position: 0 40%;
|
||||
background-repeat: no-repeat;
|
||||
background-color:transparent;
|
||||
|
@ -200,6 +202,9 @@ background-image:url(../../base/images/icons/twotone/green/mail.gif);
|
|||
.form_group_unblock input.submit {
|
||||
background-image:url(../../base/images/icons/twotone/green/shield.gif);
|
||||
}
|
||||
.form_make_admin input.submit {
|
||||
background-image:url(../../base/images/icons/twotone/green/admin.gif);
|
||||
}
|
||||
|
||||
/* NOTICES */
|
||||
.notice .attachment {
|
||||
|
|
|
@ -65,7 +65,8 @@ div.notice-options input,
|
|||
.entity_send-a-message a,
|
||||
.form_user_nudge input.submit,
|
||||
.entity_nudge p,
|
||||
.form_settings input.form_action-primary {
|
||||
.form_settings input.form_action-primary,
|
||||
.form_make_admin input.submit {
|
||||
color:#002E6E;
|
||||
}
|
||||
|
||||
|
@ -166,7 +167,8 @@ background-image:url(../../base/images/icons/icon_foaf.gif);
|
|||
.form_user_unblock input.submit,
|
||||
.form_group_block input.submit,
|
||||
.form_group_unblock input.submit,
|
||||
.entity_nudge p {
|
||||
.entity_nudge p,
|
||||
.form_make_admin input.submit {
|
||||
background-position: 0 40%;
|
||||
background-repeat: no-repeat;
|
||||
background-color:transparent;
|
||||
|
@ -200,6 +202,9 @@ background-image:url(../../base/images/icons/twotone/green/mail.gif);
|
|||
.form_group_unblock input.submit {
|
||||
background-image:url(../../base/images/icons/twotone/green/shield.gif);
|
||||
}
|
||||
.form_make_admin input.submit {
|
||||
background-image:url(../../base/images/icons/twotone/green/admin.gif);
|
||||
}
|
||||
|
||||
/* NOTICES */
|
||||
.notice .attachment {
|
||||
|
|
Loading…
Reference in New Issue
Block a user