Added key icon for application key and secret rest action

This commit is contained in:
Sarven Capadisli
2010-01-12 02:33:36 +00:00
parent f3c732587c
commit cae113941d
4 changed files with 10 additions and 2 deletions

View File

@@ -188,7 +188,8 @@ button.close,
.entity_delete input.submit,
.notice-options .repeated,
.form_notice label[for=notice_data-geo],
button.minimize {
button.minimize,
.form_reset_key input.submit {
background-image:url(../../base/images/icons/icons-01.gif);
background-repeat:no-repeat;
background-color:transparent;
@@ -333,6 +334,9 @@ background-position: 5px -1445px;
.entity_delete input.submit {
background-position: 5px -1511px;
}
.form_reset_key input.submit {
background-position: 5px -1973px;
}
/* NOTICES */
.notice .attachment {