Fixed minor style issues
authorMarcel Werk <burntime@woltlab.com>
Wed, 31 Oct 2012 19:17:32 +0000 (20:17 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 31 Oct 2012 19:17:32 +0000 (20:17 +0100)
wcfsetup/install/files/style/dropdown.less
wcfsetup/install/files/style/global.less
wcfsetup/install/files/style/layout.less

index c9ae50634339163d960e06050ca4c34c740d27f5..8325f327478cfcbb703e2e7e4dd9d6378420391e 100644 (file)
                                }
                        }
                        
+                       > label {
+                               display: block;
+                       }
+                       
                        .containerHeadline {
                                margin-bottom: 0;
                                
index 5ffac60bf5818f503b650ef10dff50495381ac88..10f9cfd24353504767796c89f9f1dc39b95ddbd4 100644 (file)
@@ -184,13 +184,13 @@ a {
        }
        
        &.badgeGreen {
-               background-color: @wcfSuccessColor;
-               color: @wcfSuccessBackgroundColor;
+               background-color: rgba(0, 153, 0, 1);
+               color: rgba(238, 255, 238, 1);
        }
        
        &.badgeRed {
-               background-color: @wcfErrorColor;
-               color: @wcfErrorBackgroundColor;
+               background-color: rgba(204, 0, 0, 1);
+               color: rgba(255, 238, 238, 1);
        }
        
        &.badgeInverse {
index f21a64c3485497d65f8450c693051d8978cd200a..062868abaac6cf253170ad7cea80b44e99fa4eee 100644 (file)
        z-index: 20; /* Prevents border overlay during transition */
 }
 
-/* todo */
+/* sub tabs */
 .tabMenuContainer > .menu {
        border-bottom: 1px solid @wcfContainerBorderColor;
        margin: -@wcfGapMedium -@wcfGapLarge @wcfGapSmall -@wcfGapLarge; /* reverse paddings from .containerPadding */
-       padding: @wcfGapSmall 0;
-       text-align: center;
+       padding: @wcfGapTiny @wcfGapSmall;
        
-       .linearGradient(rgba(0, 0, 0, 0), @wcfContainerBackgroundColor, @wcfContainerAccentBackgroundColor);
+       .linearGradient(@wcfContainerBackgroundColor, @wcfContainerBackgroundColor, @wcfContainerAccentBackgroundColor);
        
        ul{
                display: inline-block;
                                border: 1px solid @wcfContainerBorderColor;
                                color: @wcfButtonColor;
                                display: block;
-                               font-size: 85%;
-                               
+                               font-size: @wcfSmallFontSize;
+                               margin: @wcfGapTiny 0;
                                padding: @wcfGapTiny @wcfGapSmall;
                                
-                               .borderRadius(30px);
+                               .borderRadius(15px);
                                
                                &:hover {
                                        background-color: @wcfButtonHoverBackgroundColor;