Commit 8228fbc6 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Separate member icons from various other icons.

parent 1bea6685
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@
      padding: 0 0 0 25px;
      font-size: 1.3em;
      font-weight: bold; }
    @include icons;
    @include member-icons;
  h4.members-subtitle {
    padding-left: 25px;
    margin: 10px 0 7px 0; }
@@ -165,4 +165,3 @@
      font-weight: bold; }
    .title {
      padding-bottom: 3px; } } }
+2 −0
Original line number Diff line number Diff line
@@ -120,7 +120,9 @@
    left: 4px;
    width: 18px;
    height: 18px; }

  @include icons;
  @include member-icons;

  .meta {
    position: absolute;
+14 −12
Original line number Diff line number Diff line
@@ -27,24 +27,12 @@
    background: url(../images/icons.png) no-repeat 0 -120px; }
  .icon-component {
    background: url(../images/icons.png) no-repeat 0 -160px; }
  .icon-cfg {
    background: url(../images/icons.png) no-repeat 0 -200px; }
  .icon-property {
    background: url(../images/icons.png) no-repeat 0 -240px; }
  .icon-method {
    background: url(../images/icons.png) no-repeat 0 -280px; }
  .icon-event {
    background: url(../images/icons.png) no-repeat 0 -320px; }
  .icon-guide {
    background: url(../images/icons.png) no-repeat 0 -360px; }
  .icon-video {
    background: url(../images/icons.png) no-repeat 0 -400px; }
  .icon-example {
    background: url(../images/icons.png) no-repeat 0 -440px; }
  .icon-css_var {
    background: url(../images/icons.png) no-repeat 0 -480px; }
  .icon-css_mixin {
    background: url(../images/icons.png) no-repeat 0 -520px; }
  .icon-class-redirect {
    background: url(../images/icons.png) no-repeat 0 -560px; }
  .icon-singleton-redirect {
@@ -52,6 +40,20 @@
  .icon-component-redirect {
    background: url(../images/icons.png) no-repeat 0 -640px; } }

@mixin member-icons {
  .icon-cfg {
    background: url(../images/icons.png) no-repeat 0 -200px; }
  .icon-property {
    background: url(../images/icons.png) no-repeat 0 -240px; }
  .icon-method {
    background: url(../images/icons.png) no-repeat 0 -280px; }
  .icon-event {
    background: url(../images/icons.png) no-repeat 0 -320px; }
  .icon-css_var {
    background: url(../images/icons.png) no-repeat 0 -480px; }
  .icon-css_mixin {
    background: url(../images/icons.png) no-repeat 0 -520px; } }

@mixin green-button {
  @include box-shadow(#b3f33d 0 1px 0 0 inset);
  color: #fff;
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  // ExtJS styles hide the border using !important.
  // So to override it we need to use !important too.
  border-width: 1px !important;
  @include icons; }
  @include member-icons; }


// The reset (X) button in filter-class-members text box