Commit 05c813da authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Separate comment icons from icons.png

They really don't fit there well. And by removing them, the comments
system stays a bit more separate from the rest.
parent 73e1e313
Loading
Loading
Loading
Loading
+1.22 KiB
Loading image diff...
−1.1 KiB (11.1 KiB)
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@
      font-weight: bold; }
    @include icons;
    .icon-comment {
      background: url(../images/icons.png) no-repeat 1px -490px; }
      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
@@ -2,7 +2,7 @@
@import "mixins";

.comment-btn {
  background: url(../images/icons.png) no-repeat 0 -464px !important;
  background: url(../images/comment-bubble.png) no-repeat;
  color: #fff;
  text-align: center;
  line-height: 16px;
@@ -21,7 +21,7 @@
  max-width: 900px; }
.toggleMemberComments {
  cursor: pointer;
  background: url(../images/icons.png) no-repeat 2px -519px;
  background: url(../images/comment-bubble.png) no-repeat 2px -55px;
  padding-left: 21px;
  font-weight: normal;
  font-size: 11px; }