Commit 86bc0eba authored by Nick Poulden's avatar Nick Poulden
Browse files

Style updates

parent 9fd7ad20
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -87,10 +87,13 @@ Ext.define('Docs.view.Viewport', {
                        border: false,
                        items: [
                            {
                                id: 'nested-west-region-north',
                                xtype: 'tabpanel',
                                region: 'north',
                                height: 150,
                                plain: true,
                                border: false,
                                bodyPadding: '3 0',
                                split: true,
                                items: [
                                    {
@@ -122,7 +125,7 @@ Ext.define('Docs.view.Viewport', {
                            {
                                region: 'center',
                                xtype: 'classtree',
                                margin: '3 0 0 0',
                                margin: '5 0 0 0',
                                root: Docs.classData
                            }
                        ]
+962 B
Loading image diff...
+18 −2
Original line number Diff line number Diff line
@@ -197,8 +197,22 @@ a:hover {

#nested-west-region-container {
  background: #F8F8F8;
  #nested-west-region-north {
    .x-grid-row td {
      background: none; border: 0; cursor: pointer; }
    .x-grid-row-over td {
      background-color: #f0f0f0; }
    .x-grid-cell-inner {
      padding: 2px 2px 3px 2px; } }
  .x-splitter {
    background: #ccc; } }
    background: #ccc;
    border-style: solid;
    border-color: #aaa;
    height: 6px !important;
    background-attachment: fixed;
    background: #ccc url(../images/drag-bar-center.png) no-repeat center;
    @include vertical-gradient(#dee0e0, #c8caca);
    border-width: 1px 0; } }

#center-container {
  padding: 20px;
@@ -371,7 +385,7 @@ a:hover {
      display: block; } } }


.class-tree {
#nested-west-region-container {
  .x-grid-cell-inner {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
@@ -726,3 +740,5 @@ a:hover {
      top: 3px;
      &:hover {
        @include opacity(1); } } } }