Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / widgets / _btn-group.scss
index beb2785..c11b60d 100644 (file)
@@ -3,18 +3,20 @@
         position: relative;
         overflow: hidden;
     }
-    
+
     .#{$prefix}btn-group-body {
         position: relative;
         zoom: 1;
-        
         padding: $btn-group-padding;
+        .#{$prefix}table-layout-cell {
+            vertical-align: top;
+        }
     }
-    
+
     .#{$prefix}btn-group-header-text {
         white-space: nowrap;
     }
-    
+
     @include extjs-btn-group-ui('default');
 }
 
 @mixin extjs-btn-group-ui(
     $ui-label,
     $ui-base-color: null,
-    
+
     // background
     $ui-background-color: $btn-group-background-color,
-    
+
     // borders
     $ui-border-color: $btn-group-border-color,
     $ui-border-width: $btn-group-border-width,
     $ui-border-radius: $btn-group-border-radius,
     $ui-inner-border-color: $btn-group-inner-border-color,
-    
+
     //header
     $ui-header-background-color: $btn-group-header-background-color,
     $ui-header-font: $btn-group-header-font,
     @include x-frame(
         'btn-group',
         $ui: '#{$ui-label}-framed',
-        
+
         /* Radius, width, padding and background-color */
-        $border-radius: $ui-border-radius, 
-        $border-width: $ui-border-width, 
-        $padding: $btn-group-padding, 
+        $border-radius: $ui-border-radius,
+        $border-width: $ui-border-width,
+        $padding: $btn-group-padding,
         $background-color: $ui-background-color
     );
-    
+
     .#{$prefix}btn-group-#{$ui-label}-framed {
         border-color: $ui-border-color;
         @include inner-border(
-            $width: $btn-group-inner-border-width, 
+            $width: $btn-group-inner-border-width,
             $color: $ui-inner-border-color
         );
     }
@@ -70,7 +72,7 @@
 
         @include border-top-radius($ui-border-radius);
     }
-    
+
     .#{$prefix}btn-group-header-text-#{$ui-label}-framed {
         font: $ui-header-font;
         color: $ui-header-color;