Commit 2647f358 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Position footer back at the bottom.

For some reason it was moved (as part of huge commit containing
the new comments system) to be docked at the bottom of tree,
but there wasn't enough room for it.
parent c4e60f93
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
@@ -78,16 +78,7 @@ Ext.define('Docs.view.Viewport', {
                        id: 'treecontainer',
                        border: 1,
                        bodyPadding: '10 9 4 9',
                        width: 240,
                        dockedItems: [
                            {
                                dock: 'bottom',
                                id: 'footer',
                                xtype: 'container',
                                height: 20,
                                contentEl: 'footer-content'
                            }
                        ]
                        width: 240
                    },
                    {
                        region: 'center',
@@ -158,6 +149,12 @@ Ext.define('Docs.view.Viewport', {
                        }
                    }
                ]
            },
            {
                region: 'south',
                id: 'footer',
                height: 20,
                contentEl: 'footer-content'
            }
        ];