]> 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 bbf52d5cfd828c4666004711261da96518e95c7e..23a3241b76b57bbfbb82dcef95b67475cc762cb0 100644 (file)
@@ -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