Loading template/resources/sass/_class_overview.scss +1 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading @@ -165,4 +165,3 @@ font-weight: bold; } .title { padding-bottom: 3px; } } } template/resources/sass/_header.scss +2 −0 Original line number Diff line number Diff line Loading @@ -120,7 +120,9 @@ left: 4px; width: 18px; height: 18px; } @include icons; @include member-icons; .meta { position: absolute; Loading template/resources/sass/_mixins.scss +14 −12 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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; Loading template/resources/sass/_toolbar.scss +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
template/resources/sass/_class_overview.scss +1 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading @@ -165,4 +165,3 @@ font-weight: bold; } .title { padding-bottom: 3px; } } }
template/resources/sass/_header.scss +2 −0 Original line number Diff line number Diff line Loading @@ -120,7 +120,9 @@ left: 4px; width: 18px; height: 18px; } @include icons; @include member-icons; .meta { position: absolute; Loading
template/resources/sass/_mixins.scss +14 −12 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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; Loading
template/resources/sass/_toolbar.scss +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading