Fixed some small style issues
authorMarcel Werk <burntime@woltlab.com>
Thu, 13 Dec 2012 00:55:44 +0000 (01:55 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 13 Dec 2012 00:55:44 +0000 (01:55 +0100)
com.woltlab.wcf/woltlab-basic-style.tgz
wcfsetup/install/files/style/global.less
wcfsetup/install/files/style/layout.less

index 6d801b6b3a09d2be0c055c3c05354ca4fc4ca576..fdcc511c7da6d17e5b6e1d8559b9525f24a88b0d 100644 (file)
Binary files a/com.woltlab.wcf/woltlab-basic-style.tgz and b/com.woltlab.wcf/woltlab-basic-style.tgz differ
index 98f41c48d72c2c79090859a4b04cc84d7356a7df..97a9ea2d28174147f9bb210dda064fda993b8abe 100644 (file)
@@ -276,7 +276,8 @@ body > iframe[src="about:blank"] {
 
 a.badge:hover {
        color: @wcfContentBackgroundColor;
-               
+       text-decoration: none;
+       
        &.black {
                background-color: #000;
        }
index 8c2d630b331386c1a6f5a136d6acc9540624fbc3..b95285080f685290daae83928388bd9ce40a8c8a 100644 (file)
@@ -1075,11 +1075,11 @@ ul.inlineDataList {
                        }
                        
                        &:not(.skip) a {
-                               padding: 2px 1px;
+                               padding: 2px 3px;
                        }
                        
                        &.active, &.active:hover {
-                               padding: 2px 0;
+                               padding: 2px 1px;
                        }
                        
                        img {