Some small style fixes
authorMarcel Werk <burntime@woltlab.com>
Wed, 6 Jun 2012 20:31:02 +0000 (22:31 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 6 Jun 2012 20:31:02 +0000 (22:31 +0200)
wcfsetup/install/files/style/badge.less
wcfsetup/install/files/style/tabular.less
wcfsetup/install/files/style/userPanel.less
wcfsetup/install/files/style/wbb.less

index 5fbf903aa760a47a6659a11770934d3681a445fe..da20841530ddea93cbd1c9bf3f7eaca16c269d3f 100644 (file)
@@ -58,7 +58,7 @@ a.badge:hover {
        top: -1px;
 }
 
-.boxHeadline > hgroup > h1 .badge {
+.boxHeadline > hgroup > h1 .badge {
        font-size: 50%;
        top: -3px;
 }
index db5302beb0b38c1644c45edbf5e34b1d7cfd99e4..4332d8d9da63e66b8eee94e6cff5cc90bc7c72c0 100644 (file)
                padding: @wcfGapSmall;
                text-align: left;
                vertical-align: middle;
+               
+               > label {
+                       cursor: pointer;
+                       display: block;
+                       margin: -@wcfGapSmall;
+                       padding: @wcfGapSmall;
+                       
+                       > input[type="checkbox"] {
+                               margin: 0 3px;
+                       }
+               }
        }
        
        /* headline */
@@ -62,7 +73,7 @@
                
                .textShadow(@wcfTabularBoxBackgroundColor);
                
-               a {
+               a {
                        color: @wcfTabularBoxColor;
                        display: block;
                        margin: -@wcfGapSmall;
                                text-decoration: none;
                        }
                        
-                       img {
+                       img {
                                margin: -5px 0;
                        }
                }
                
-               &:hover a,
-               &.active a {
+               &:hover a,
+               &.active a {
                        background-color: rgba(0, 0, 0, .1);
                        color: @wcfTabularBoxHoverColor;
-               }
-               
-               &.active a {
+                       
                        .boxShadowInset(0, 10px, rgba(0, 0, 0, .1), 10px, -10px);
                }
                
index 0a5f73e38fa45f72ab8648cd7f8ca16318ec30fc..8a4199a3b54f8863ff5c7c77e334da484a99ba23 100644 (file)
                                        text-decoration: none;
                                }
                        }
+                       
+                       > .framed > img {
+                               padding: 0px;
+                               margin-top: -3px;
+                               margin-bottom: -3px;
+                       }
                }
        }
        
                }
        }
        
-       .framed img {
-               padding: 0px;
-               margin-top: -3px;
-               margin-bottom: -3px;
-       }
-       
        /* dropdown icon */
        .dropdownToggle {
                background-image: url('../icon/dropdownInverse.svg');
index 0763cf6c642c84f72efaa4f8dd602a727ad7cc1e..75925f0d694501c11bf1b6b2198013ee1287b00b 100644 (file)
                }
        }
        
-       .columnTopic .labelList {
+       .columnTopic > h1 > .labelList {
                float: right;
                padding-left: 7px;
+               
+               > li > .badge {
+                       font-size: @wcfSmallFontSize;
+               }
        }
        
        .columnTopic .wbbTopicLink {