Commit 44945b8f authored by Nick Poulden's avatar Nick Poulden
Browse files

Style updates

parent 184c2e11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ Ext.define('Docs.view.Viewport', {
                        xtype: 'treecontainer',
                        id: 'treecontainer',
                        border: 1,
                        bodyPadding: '14 9',
                        bodyPadding: '10 9 4 9',
                        width: 240
                    },
                    {
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Ext.define('Docs.view.cls.Overview', {
    cls: 'class-overview iScroll',
    autoScroll: true,
    border: false,
    bodyPadding: '20 8 20 0',
    bodyPadding: '20 8 20 5',

    initComponent: function() {
        this.addEvents(
+1 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
}
.iScroll ::-webkit-scrollbar-track-piece,
.iScroll::-webkit-scrollbar-track-piece {
  margin: 10px 0;
  -webkit-border-radius:0;
  -webkit-border-bottom-right-radius:4px;
  -webkit-border-bottom-left-radius:4px;
@@ -31,7 +32,6 @@
}



#treecontainer .iScroll ::-webkit-scrollbar-thumb:vertical,
#treecontainer .iScroll::-webkit-scrollbar-thumb:vertical {
  height:50px;
+3 −2
Original line number Diff line number Diff line
@@ -1127,9 +1127,10 @@ a {
    margin-bottom: 40px;
  }

  #treecontainer .x-panel-body{
  #treecontainer > .x-panel-body {
    background: transparent;
    border: 0 !important;
    border-color: #ebebeb;
    border-width: 0 1px 0 0 !important;
  }

  #treecontainer{