X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fdefault%2Fie7.css;h=23a3241b76b57bbfbb82dcef95b67475cc762cb0;hb=6967e3ec86b421066cd3d5be74a103a3b394937c;hp=bbf52d5cfd828c4666004711261da96518e95c7e;hpb=c91abed36fe148b7c64a3df703bd1d1bb185c08c;p=quix0rs-gnu-social.git diff --git a/theme/default/ie7.css b/theme/default/ie7.css index bbf52d5cfd..23a3241b76 100644 --- a/theme/default/ie7.css +++ b/theme/default/ie7.css @@ -1,11 +1,25 @@ @charset "UTF-8"; /* CSS Document */ +input.disfavor, +input.favor { + text-indent:0; + text-align:right; + 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; } @@ -17,4 +31,9 @@ img.avatar.original, img.avatar.profile { #nav_pagination li a { padding: 6px 15px; line-height: 27px; - } \ No newline at end of file + } + +#filter_tags ul li#filter_tags_item label { +position:relative; +top:-8px; +} \ No newline at end of file