Loading template/app/view/Viewport.js +38 −28 Original line number Diff line number Diff line Loading @@ -80,11 +80,18 @@ Ext.define('Docs.view.Viewport', { } ] }, { id: 'nested-west-region-container', flex: 1, layout: 'border', border: false, items: [ { xtype: 'tabpanel', region: 'north', height: 150, plain: true, margin: '0 0 5 0', split: true, items: [ { xtype: 'classgrid', Loading Loading @@ -113,11 +120,14 @@ Ext.define('Docs.view.Viewport', { ] }, { flex: 1, region: 'center', xtype: 'classtree', margin: '3 0 0 0', root: Docs.classData } ] } ] }, { region: 'center', Loading template/resources/sass/viewport.scss +5 −0 Original line number Diff line number Diff line Loading @@ -195,6 +195,11 @@ a:hover { #center-container, #west-region-container { background: #F8F8F8 url(../images/headBG.png) repeat-x; } #nested-west-region-container { background: #F8F8F8; .x-splitter { background: #ccc; } } #center-container { padding: 20px; Loading Loading
template/app/view/Viewport.js +38 −28 Original line number Diff line number Diff line Loading @@ -80,11 +80,18 @@ Ext.define('Docs.view.Viewport', { } ] }, { id: 'nested-west-region-container', flex: 1, layout: 'border', border: false, items: [ { xtype: 'tabpanel', region: 'north', height: 150, plain: true, margin: '0 0 5 0', split: true, items: [ { xtype: 'classgrid', Loading Loading @@ -113,11 +120,14 @@ Ext.define('Docs.view.Viewport', { ] }, { flex: 1, region: 'center', xtype: 'classtree', margin: '3 0 0 0', root: Docs.classData } ] } ] }, { region: 'center', Loading
template/resources/sass/viewport.scss +5 −0 Original line number Diff line number Diff line Loading @@ -195,6 +195,11 @@ a:hover { #center-container, #west-region-container { background: #F8F8F8 url(../images/headBG.png) repeat-x; } #nested-west-region-container { background: #F8F8F8; .x-splitter { background: #ccc; } } #center-container { padding: 20px; Loading