diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-15 21:27:35 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-15 21:27:35 -0500 |
commit | f3572aec7f159231ca2b63be1d2c5466a3ff7208 (patch) | |
tree | be568695ec260c8af1e0499f2823dbcb294bb888 /theme/default/ie7.css | |
parent | 44602ae0ffb1dc3468d43381249f9a1618d88d1c (diff) |
Nudge feature
darcs-hash:20081116022735-eefa4-366f6deb85942f859ebd532e477b57737bcafbf8.gz
Diffstat (limited to 'theme/default/ie7.css')
-rw-r--r-- | theme/default/ie7.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/theme/default/ie7.css b/theme/default/ie7.css index 99bc4e79f..14534c05e 100644 --- a/theme/default/ie7.css +++ b/theme/default/ie7.css @@ -1,7 +1,5 @@ @charset "UTF-8"; /* CSS Document */ - - input.disfavor, input.favor { text-indent:0; @@ -9,11 +7,19 @@ input.favor { padding-left:25px; } +#profile_actions li { +float:left; +clear:both; +} +#profile_actions #profile_nudge input.submit { +margin-left:0; +width:100px; +} + #statistics dd { clear: both; } - #subscriptions_avatars li { float: left; } |