Added accept and reject icons to remote subscription authorization
This commit is contained in:
parent
48782ee1d9
commit
9e940445f1
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.8 KiB |
BIN
theme/base/images/icons/twotone/green/against.gif
Normal file
BIN
theme/base/images/icons/twotone/green/against.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 B |
BIN
theme/base/images/icons/twotone/green/checkmark.gif
Normal file
BIN
theme/base/images/icons/twotone/green/checkmark.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 B |
|
@ -192,7 +192,8 @@ button.minimize,
|
|||
.form_reset_key input.submit,
|
||||
.entity_clear input.submit,
|
||||
.entity_flag input.submit,
|
||||
.entity_flag p {
|
||||
.entity_flag p,
|
||||
.entity_subscribe input.submit {
|
||||
background-image:url(../../base/images/icons/icons-01.gif);
|
||||
background-repeat:no-repeat;
|
||||
background-color:transparent;
|
||||
|
@ -348,6 +349,12 @@ background-position: 5px -2039px;
|
|||
.entity_flag p {
|
||||
background-position: 5px -2105px;
|
||||
}
|
||||
.entity_subscribe input.accept {
|
||||
background-position: 5px -2171px;
|
||||
}
|
||||
.entity_subscribe input.reject {
|
||||
background-position: 5px -2237px;
|
||||
}
|
||||
|
||||
/* NOTICES */
|
||||
.notice .attachment {
|
||||
|
|
|
@ -192,7 +192,8 @@ button.minimize,
|
|||
.form_reset_key input.submit,
|
||||
.entity_clear input.submit,
|
||||
.entity_flag input.submit,
|
||||
.entity_flag p {
|
||||
.entity_flag p,
|
||||
.entity_subscribe input.submit {
|
||||
background-image:url(../../base/images/icons/icons-01.gif);
|
||||
background-repeat:no-repeat;
|
||||
background-color:transparent;
|
||||
|
@ -347,6 +348,12 @@ background-position: 5px -2039px;
|
|||
.entity_flag p {
|
||||
background-position: 5px -2105px;
|
||||
}
|
||||
.entity_subscribe input.accept {
|
||||
background-position: 5px -2171px;
|
||||
}
|
||||
.entity_subscribe input.reject {
|
||||
background-position: 5px -2237px;
|
||||
}
|
||||
|
||||
/* NOTICES */
|
||||
.notice .attachment {
|
||||
|
|
Loading…
Reference in New Issue
Block a user