From c9f6c09af0e63a564a81ef5560de2892773a4fe2 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 2 Nov 2009 10:28:22 +0000 Subject: Updated button.close style --- theme/base/images/icons/icons-01.png | Bin 3260 -> 3422 bytes theme/base/images/icons/twotone/green/x.gif | Bin 0 -> 79 bytes theme/default/css/display.css | 8 +++----- theme/identica/css/display.css | 8 +++----- 4 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 theme/base/images/icons/twotone/green/x.gif (limited to 'theme') diff --git a/theme/base/images/icons/icons-01.png b/theme/base/images/icons/icons-01.png index c4e371330..f83c30177 100644 Binary files a/theme/base/images/icons/icons-01.png and b/theme/base/images/icons/icons-01.png differ diff --git a/theme/base/images/icons/twotone/green/x.gif b/theme/base/images/icons/twotone/green/x.gif new file mode 100644 index 000000000..ffb2efea0 Binary files /dev/null and b/theme/base/images/icons/twotone/green/x.gif differ diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 40fdb255b..910f915a8 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -115,7 +115,8 @@ opacity:0; .notice-options .notice_delete, #new_group a, .pagination .nav_prev a, -.pagination .nav_next a { +.pagination .nav_next a, +button.close { background-image:url(../../base/images/icons/icons-01.png); background-repeat:no-repeat; background-color:transparent; @@ -167,10 +168,7 @@ background-color:#EFF3DC; } button.close { -background-image:url(../../base/images/icons/twotone/green/x.gif); -background-repeat:no-repeat; -background-position:0 47%; -background-color:transparent; +background-position:0 -1120px; } #anon_notice { diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 3b59652c4..2aa087331 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -115,7 +115,8 @@ opacity:0; .notice-options .notice_delete, #new_group a, .pagination .nav_prev a, -.pagination .nav_next a { +.pagination .nav_next a, +button.close { background-image:url(../../base/images/icons/icons-01.png); background-repeat:no-repeat; background-color:transparent; @@ -167,10 +168,7 @@ background-color:#EFF3DC; } button.close { -background-image:url(../../base/images/icons/twotone/green/x.gif); -background-repeat:no-repeat; -background-position:0 47%; -background-color:transparent; +background-position:0 -1120px; } #anon_notice { -- cgit v1.2.3-54-g00ecf