diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-24 00:22:30 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-24 00:22:30 -0500 |
commit | 75bbf5fd1ed0eb8cf0d46c643312ae0f3b698176 (patch) | |
tree | 4a5c90b1870599bc9be5302a78ac94c4fbe19eae /theme | |
parent | c9430ab3127d01354579644c595f2b0b0eaff9cd (diff) |
Tag filtering CSS fixes for IE0.6.3
darcs-hash:20081124052230-eefa4-0b17fc8872d7f4cc765fc4f3fd6abd3288120c08.gz
Diffstat (limited to 'theme')
-rw-r--r-- | theme/default/display.css | 1 | ||||
-rw-r--r-- | theme/default/ie6.css | 12 | ||||
-rw-r--r-- | theme/default/ie7.css | 5 |
3 files changed, 17 insertions, 1 deletions
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 |