From 75bbf5fd1ed0eb8cf0d46c643312ae0f3b698176 Mon Sep 17 00:00:00 2001 From: csarven Date: Mon, 24 Nov 2008 00:22:30 -0500 Subject: Tag filtering CSS fixes for IE darcs-hash:20081124052230-eefa4-0b17fc8872d7f4cc765fc4f3fd6abd3288120c08.gz --- theme/default/display.css | 1 + theme/default/ie6.css | 12 +++++++++++- theme/default/ie7.css | 5 +++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/theme/default/display.css b/theme/default/display.css index a69e48240..7c90fc28c 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -897,6 +897,7 @@ margin-left:0; #filter_tags ul { padding-left:0; list-style-type:none; +margin-left:0; } #subscriptions_nav ul li { display:inline; diff --git a/theme/default/ie6.css b/theme/default/ie6.css index fbdab9eed..f9fc8150e 100644 --- a/theme/default/ie6.css +++ b/theme/default/ie6.css @@ -33,10 +33,20 @@ input { .notice_single { height: 48px; } +#profile { + margin-left:0px; +} #profile p.notice_current { height: 96px; } - +#filter_tags { + margin-left:20px; +} +#content .subscriptions { + margin-left:30px; + width:100%; +} + #subscriptions_avatars li { float: left; margin: 0; diff --git a/theme/default/ie7.css b/theme/default/ie7.css index 14534c05e..23a3241b7 100644 --- a/theme/default/ie7.css +++ b/theme/default/ie7.css @@ -32,3 +32,8 @@ img.avatar.original, img.avatar.profile { padding: 6px 15px; line-height: 27px; } + +#filter_tags ul li#filter_tags_item label { +position:relative; +top:-8px; +} \ No newline at end of file -- cgit v1.2.3