Commit 9fd7ad20 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Added splitter between tree and hist/fav tabs.

parent 4b90012f
Loading
Loading
Loading
Loading
+38 −28
Original line number Diff line number Diff line
@@ -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',
@@ -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',
+5 −0
Original line number Diff line number Diff line
@@ -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;