Sha256: 449ac44c7caf07e79c5b05b72263d3c75ecea8cc3ccc0e080332d350daa0c9ee

Contents?: true

Size: 755 Bytes

Versions: 83

Compression:

Stored size: 755 Bytes

Contents

#comments {
  margin-top: 25px;

  #new-comment {
    padding-top: 10px;
    border-top: 1px solid;
  }

  #comment-message {
    float: left;
    width: 58%;
  }

  #comment-details {
    float: right;
    width: 38%;

    strong small {
      font-weight: normal;
    }

    input.textfield {
      width: 90%;
    }

    p {
      margin-bottom: $tn-margin;
    }
  }

  #comment-message textarea {
    width: 100%;
    height: 180px;
  }

  .comment {
    padding: $tn-padding 0;
    border-top: 1px solid;

    .avatar {
      float: left;
      width: 8%;

      img {
        padding: 4px;
        max-width: 60px;
        width: 100%;
        border: 1px solid;
      }
    }

    .comment-text {
      float: right;
      width: 88%;
    }
  }
}

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
tenon-1.1.8 app/assets/stylesheets/tenon/ui/comments.scss
tenon-1.1.7 app/assets/stylesheets/tenon/ui/comments.scss
tenon-1.1.6 app/assets/stylesheets/tenon/ui/comments.scss
tenon-1.1.5 app/assets/stylesheets/tenon/ui/comments.scss
tenon-1.1.4 app/assets/stylesheets/tenon/ui/comments.scss
tenon-1.1.3 app/assets/stylesheets/tenon/ui/comments.scss
tenon-1.1.2 app/assets/stylesheets/tenon/ui/comments.scss
tenon-1.1.1 app/assets/stylesheets/tenon/ui/comments.scss
tenon-1.0.76 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.75 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.74 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.73 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.72 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.71 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.70 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.69 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.68 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.67 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.66 app/assets/stylesheets/tenon/ui/comments.css.scss
tenon-1.0.65 app/assets/stylesheets/tenon/ui/comments.css.scss