]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added key icon for application key and secret rest action
authorSarven Capadisli <csarven@status.net>
Tue, 12 Jan 2010 02:33:36 +0000 (02:33 +0000)
committerZach Copley <zach@status.net>
Thu, 14 Jan 2010 02:41:08 +0000 (02:41 +0000)
theme/base/images/icons/icons-01.gif
theme/base/images/icons/twotone/green/key.gif [new file with mode: 0644]
theme/default/css/display.css
theme/identica/css/display.css

index 06202a047b40daed0f0ceec269d9025232de4dc6..f93d33d79bce50e1e407c98d534c6cbff24d4366 100644 (file)
Binary files a/theme/base/images/icons/icons-01.gif and b/theme/base/images/icons/icons-01.gif differ
diff --git a/theme/base/images/icons/twotone/green/key.gif b/theme/base/images/icons/twotone/green/key.gif
new file mode 100644 (file)
index 0000000..ccf357a
Binary files /dev/null and b/theme/base/images/icons/twotone/green/key.gif differ
index 4a45303caacf7a851b9aa58866d7b9f2b23ad335..3aebb239d30c77d7204bee99a54bfe184a59cc7a 100644 (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 {
index 96e3c61bc682bd50b93484545fe5104908c70672..2818196c2091020a4bdf1175cb8cddad3c62a35c 100644 (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;
@@ -332,6 +333,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 {