From d37bf29bba03f707a201e194c17ce8f0113c25be Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 6 Oct 2009 15:40:28 +0000 Subject: [PATCH 1/2] Fixed nudge and direct message background image alignment --- theme/identica/css/display.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index aebbb54edf..6339c9314e 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -195,12 +195,12 @@ background-position: 0 -718px; } .entity_send-a-message a { background-image:url(../../base/images/icons/icons-01.png); -background-position: 0 -785px; +background-position: 0 -849px; } .entity_nudge p, .form_user_nudge input.submit { background-image:url(../../base/images/icons/icons-01.png); -background-position: 0 -950px; +background-position: 0 -785px; } .form_user_block input.submit, .form_user_unblock input.submit, From 7fe1facc99c0e5b2ffead9bb6def8438f7d011d4 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 6 Oct 2009 15:40:56 +0000 Subject: [PATCH 2/2] Fixed IE background image alignment for attach, favour and disfavour --- theme/identica/css/ie.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/theme/identica/css/ie.css b/theme/identica/css/ie.css index 97cabc30a5..044c32ff16 100644 --- a/theme/identica/css/ie.css +++ b/theme/identica/css/ie.css @@ -7,8 +7,14 @@ color:#FFFFFF; background-color:#D9DADB; } #form_notice .form_note + label { -background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%; +background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px; } #form_notice #notice_data-attach { filter: alpha(opacity=0); } +.notice-options form.form_favor input.submit { +background-position:0 -460px; +} +.notice-options form.form_disfavor input.submit { +background-position:0 -526px; +}