diff options
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; } |