]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/ie7.css
PostNotice AJAX working in all browsers except IE
[quix0rs-gnu-social.git] / theme / default / ie7.css
1 @charset "UTF-8";
2 /* CSS Document */
3 input.disfavor,
4 input.favor {
5         text-indent:0;
6         text-align:right;
7         padding-left:25px;
8 }
9
10 #profile_actions li {
11 float:left;
12 clear:both;
13 }
14 #profile_actions #profile_nudge input.submit {
15 margin-left:0;
16 width:100px;
17 }
18
19 #statistics dd {
20         clear: both;
21         }               
22         
23 #subscriptions_avatars li {
24         float: left;
25         }
26 img.avatar.original, img.avatar.profile {
27         clear: none;
28         float: left;
29 }
30                         
31 #nav_pagination li a {
32         padding: 6px 15px;
33         line-height: 27px;
34         }