Small style fixes
authorMarcel Werk <burntime@woltlab.com>
Thu, 5 Apr 2012 18:43:52 +0000 (20:43 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 5 Apr 2012 18:43:52 +0000 (20:43 +0200)
wcfsetup/install/files/style/like.less
wcfsetup/install/files/style/sidebar.less

index fd7088afd69ae7b9e296cec8b04eaa4bb3beb48f..06fafc0d29fed190552766a08ffc6ddee95899df 100644 (file)
@@ -16,8 +16,6 @@
        margin: 0 0 0 15px;
 }
 
-/* Buttons */
-
 .likesWidget > ul {
        float: right;
        margin-right: 7px;
        display: inline-block;
 }
 
-.likesWidget > ul > li > a {
-       padding: 2px 4px 3px;
-}
-
 .likesWidget > ul > li:first-child {
-       margin-right: -5px;
+       margin-right: 2px;
 }
  
\ No newline at end of file
index 431c4c4cccb1c6af09d1592f863f1922565dc8ad..3f745caf34e5ada7070ee2244d8aa2041fa644a2 100644 (file)
                                        .badge {
                                                float: right;
                                        }
+                                       
+                                       a {
+                                               color: @wcfColor;
+                                               text-decoration: none;
+                                       }
                                }
                        }
                        
                                        a {
                                                .textShadow(@wcfHighlightBackgroundColor);
                                        }
+                                       
+                                       small {
+                                               text-shadow: none;
+                                       }
                                }
                        }