Loading template/app/view/Viewport.js +2 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading template/resources/sass/viewport.scss +1 −10 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
template/app/view/Viewport.js +2 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading
template/resources/sass/viewport.scss +1 −10 Original line number Diff line number Diff line Loading @@ -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; Loading