Added accept and reject icons to remote subscription authorization

This commit is contained in:
Sarven Capadisli
2010-02-04 16:51:51 +00:00
parent d2dc3e41c5
commit c56250fb33
5 changed files with 16 additions and 2 deletions

View File

@@ -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 {