diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-04 16:51:51 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-04 17:55:36 +0100 |
commit | 9e940445f1ab1ec53f3bad14a1a94dc2064d0ee6 (patch) | |
tree | a7b012b2d1f3d792aeaa4189a24c418dbd0ed89b | |
parent | 48782ee1d9c99a3e17ed2973fffd478c97603c6a (diff) |
Added accept and reject icons to remote subscription authorization
-rw-r--r-- | theme/base/images/icons/icons-01.gif | bin | 3758 -> 3870 bytes | |||
-rw-r--r-- | theme/base/images/icons/twotone/green/against.gif | bin | 0 -> 85 bytes | |||
-rw-r--r-- | theme/base/images/icons/twotone/green/checkmark.gif | bin | 0 -> 76 bytes | |||
-rw-r--r-- | theme/default/css/display.css | 9 | ||||
-rw-r--r-- | theme/identica/css/display.css | 9 |
5 files changed, 16 insertions, 2 deletions
diff --git a/theme/base/images/icons/icons-01.gif b/theme/base/images/icons/icons-01.gif Binary files differindex 01a729c10..6f284f023 100644 --- a/theme/base/images/icons/icons-01.gif +++ b/theme/base/images/icons/icons-01.gif diff --git a/theme/base/images/icons/twotone/green/against.gif b/theme/base/images/icons/twotone/green/against.gif Binary files differnew file mode 100644 index 000000000..ca796c8a3 --- /dev/null +++ b/theme/base/images/icons/twotone/green/against.gif diff --git a/theme/base/images/icons/twotone/green/checkmark.gif b/theme/base/images/icons/twotone/green/checkmark.gif Binary files differnew file mode 100644 index 000000000..892429d48 --- /dev/null +++ b/theme/base/images/icons/twotone/green/checkmark.gif diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 6954de7ba..82eb13531 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -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 { diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 9ac2730bd..44ae4953b 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -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 { |