Unverified Commit 3df47497 authored by Steffen van Bergerem's avatar Steffen van Bergerem Committed by Benjamin Neff
Browse files

Replace stream_container with stream-container

parent b4e3f846
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@
    }
  }

  .stream_container .conversation-participants {
  .stream-container .conversation-participants {
    margin-bottom: 20px;

    .hide_conversation, .delete_conversation {
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
  }
}

.stream_container,
.stream-container,
.single-post-interactions {
  .control-icons {
    float: right;
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@

  }

  .stream_container > .pagination { text-align: center; }
  .stream-container > .pagination { text-align: center; }

  #people_stream {
    background-color: $white;
+1 −1
Original line number Diff line number Diff line
.stream_container {
.stream-container {
  .stream-title {
    margin: 12px 0;
  }
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
              = will_paginate @visibilities, previous_label: "«", next_label: "»", inner_window: 1,
                  renderer: WillPaginate::ActionView::BootstrapLinkRenderer
    .col-md-8
      .conversations-form-container.stream_container
      .conversations-form-container.stream-container
        #conversation-show{class: @conversation ? "" : "hidden"}
          - if @conversation
            = render 'conversations/show', conversation: @conversation
Loading