Sha256: 993333e2049d0d8e14f679ed5b060e5dc04649ab5bd4379bd6122ce87ad6f502

Contents?: true

Size: 1.7 KB

Versions: 8

Compression:

Stored size: 1.7 KB

Contents

.chat {
  .box-collapsed {
    .box-header {
      .actions {
        .box-collapse {
          i:before {
            content: "\f077" !important;
          }
        }
      }
    }
  }

  &.chat-fixed {
    width: 300px;
    position: fixed;
    z-index: $zindexDropdown - 1;
    bottom: 0;
    right: 20px;

    .box {
      margin-bottom: 0;
    }

    .box-header {

      .actions {
        .box-collapse {
          i:before {
            content: "\f078";
          }
        }
      }
    }

    form {
      input[type="text"] {
        padding: 4px 6px;
        height: 33px;
        line-height: 33px;
      }

      button {
        height: 33px;
        height: 33px;
      }
    }
  }

  ul {
    margin-bottom: 0;

    > li {
      border-bottom: 1px solid $chatMessageBorder;
      padding: 10px;
      position: relative;
      @include clearfix;

      .avatar {
        position: absolute;
        margin-right: 10px;
        top: 10px;
        left: 10px;
        @include square(23px);
      }

      .name-and-time {
        margin-left: 33px;
        @include clearfix;
      }

      .body {
        margin-left: 33px;
      }

      .time {
        font-size: 12px;
      }

      &:last-child {
        border-bottom: none;
      }
    }
  }

  form {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    @include clearfix;

    input[type="text"] {
      border-left: 0;
      border-bottom: 0;
      padding-left: 12px;
      padding-top: 12px;
      padding-bottom: 12px;
      height: 45px;
      line-height: 45px;
    }

    input {
      margin-bottom: 0;
      padding-right: 40px;
    }

    button {
      position: absolute;
      top: 0;
      right: 0;
      height: 45px;
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cg_app_base-1.1.1 app/assets/stylesheets/flatty/theme/_chat.scss
cg_app_base-1.0.78 app/assets/stylesheets/flatty/theme/_chat.scss
cg_app_base-1.0.62 app/assets/stylesheets/flatty/theme/_chat.scss
cg_app_base-1.0.56 app/assets/stylesheets/flatty/theme/_chat.scss
cg_app_base-1.0.55 app/assets/stylesheets/flatty/theme/_chat.scss
cg_app_base-1.0.54 app/assets/stylesheets/flatty/theme/_chat.scss
cg_app_base-1.0.52 app/assets/stylesheets/flatty/theme/_chat.scss
cg_app_base-1.0.51 app/assets/stylesheets/flatty/theme/_chat.scss