Commit 2f2c5939 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Left side expand button for members.

parent 82eb7208
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ Ext.define('Docs.OverviewPanel', {
        this.firstChildCounters = {};
        var cfgTemplate = new Ext.XTemplate(
            '<div id="{tagname}-{name}" class="member {[this.firstChild(values)]}">',
                '<a href="Ext.Action.html#config-disabled" rel="config-disabled" class="expand more">',
                // leftmost column: expand button
                '<a href="#" class="side expandable">',
                    '<span>&nbsp;</span>',
                '</a>',
                '<div class="title">',
+856 B
Loading image diff...
+845 B
Loading image diff...
+861 B
Loading image diff...
+3 −3
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ pre, code, kbd, samp, tt {
        font-size: 0.9em;
        &:hover {
          color: #0464bb; } }
      a.more {
      a.side {
        display: block;
        position: absolute;
        top: 0;
@@ -629,7 +629,7 @@ pre, code, kbd, samp, tt {
        span {
          display: block;
          width: 15px; }
        &.ar {
        &.expandable {
          span {
            background: url(../images/member-collapsed.gif) no-repeat 2px 2px; }
          &:hover {
@@ -646,7 +646,7 @@ pre, code, kbd, samp, tt {
          color: rgba(128, 128, 128, 1);
          -webkit-transition: color 0.2s linear; } }
      &.open {
        a.more.ar {
        a.expandable {
          @include horizontal-gradient(#ebf3fe, #d9e8fc);
          span {
            background: url(../images/member-expanded.gif) no-repeat 1px 2px; } }