Commit 03334bfe authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix styling of class level comments header.

parent 75d60842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(""),
+0 −2
Original line number Diff line number Diff line
@@ -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; }
+2 −2
Original line number Diff line number Diff line
@@ -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; }