Loading template/app/view/comments/LargeExpander.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ Ext.define('Docs.view.comments.LargeExpander', { html: [ '<div class="comments-section">', '<h3 class="members-title icon-comment">Comments</h3>', '<h3 class="icon-comment">Comments</h3>', '<div></div>', '</div>' ].join(""), Loading template/resources/sass/_class_overview.scss +0 −2 Original line number Diff line number Diff line Loading @@ -120,8 +120,6 @@ font-size: 1.3em; font-weight: bold; } @include icons; .icon-comment { background: url(../images/comment-bubble.png) no-repeat 1px -26px; } h4.members-subtitle { padding-left: 25px; margin: 10px 0 7px 0; } Loading template/resources/sass/_comments.scss +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,8 @@ $moderator-color-light: #94b773; font-weight: bold; cursor: pointer; } #center-container .guide-container h3.members-title.icon-comment, #center-container .video-container h3.members-title.icon-comment { // Header icon of Class/Guide/Video level comments expander #center-container .comments-section h3.icon-comment { padding: 0 0 5px 25px; margin: 30px 0 5px 0; background: url(../images/comment-bubble.png) no-repeat 1px -26px; } Loading Loading
template/app/view/comments/LargeExpander.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ Ext.define('Docs.view.comments.LargeExpander', { html: [ '<div class="comments-section">', '<h3 class="members-title icon-comment">Comments</h3>', '<h3 class="icon-comment">Comments</h3>', '<div></div>', '</div>' ].join(""), Loading
template/resources/sass/_class_overview.scss +0 −2 Original line number Diff line number Diff line Loading @@ -120,8 +120,6 @@ font-size: 1.3em; font-weight: bold; } @include icons; .icon-comment { background: url(../images/comment-bubble.png) no-repeat 1px -26px; } h4.members-subtitle { padding-left: 25px; margin: 10px 0 7px 0; } Loading
template/resources/sass/_comments.scss +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,8 @@ $moderator-color-light: #94b773; font-weight: bold; cursor: pointer; } #center-container .guide-container h3.members-title.icon-comment, #center-container .video-container h3.members-title.icon-comment { // Header icon of Class/Guide/Video level comments expander #center-container .comments-section h3.icon-comment { padding: 0 0 5px 25px; margin: 30px 0 5px 0; background: url(../images/comment-bubble.png) no-repeat 1px -26px; } Loading