]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/ie7.css
Setting up a way to deal with different logo sizes.
[quix0rs-gnu-social.git] / theme / default / ie7.css
index 5cd90a4612bf36ae377d1ec46334fb8110d9d2bb..23a3241b76b57bbfbb82dcef95b67475cc762cb0 100644 (file)
@@ -1,17 +1,39 @@
 @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 {
-       margin: 0 3px 0 0;
+       float: left;
        }
-
+img.avatar.original, img.avatar.profile {
+       clear: none;
+       float: left;
+}
                        
 #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