Commit ddc1be5e authored by Nick Poulden's avatar Nick Poulden
Browse files

Tab panel bug is fixed in Ext 4.0.4 branch, so remove the CSS hacks

parent 556480a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@ Ext.define('Docs.view.Viewport', {
                                height: 150,
                                padding: '2 4 0 0',
                                bodyPadding: '8 15 8 12',
                                border: false,
                                plain: true,
                                split: true,
                                listeners: {
                                    afterRender: function() {
+1 −10
Original line number Diff line number Diff line
@@ -222,16 +222,7 @@ a {
    .x-grid-row-over td img {
      display: block; }
    .x-grid-cell-inner {
      padding: 2px 2px 3px 2px; }
    // plain:true of gridpanel does not work as intended for us,
    // so use plain:false and style the tab-bar almost like plan
    // by simply removing the background and borders.
    .x-tab-bar {
      background: transparent;
      .x-tab-bar-body {
        border: none;
        // because we removed the border, push the tabs 2px (instead of 1px) lower.
        padding-top: 2px; } } }
      padding: 2px 2px 3px 2px; } }
  .x-splitter {
    background: #ccc;
    border-style: solid;