From: Sarven Capadisli Date: Mon, 2 Nov 2009 10:28:22 +0000 (+0000) Subject: Updated button.close style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c9f6c09af0e63a564a81ef5560de2892773a4fe2;p=quix0rs-gnu-social.git Updated button.close style --- diff --git a/theme/base/images/icons/icons-01.png b/theme/base/images/icons/icons-01.png index c4e3713302..f83c30177c 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 0000000000..ffb2efea00 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 40fdb255b9..910f915a86 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 3b59652c41..2aa087331e 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 {