Sha256: bec9432494d51b339f21e437ae2f8ce76b48af2c2c41693c2d82ccb695680933

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

.comment {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;

  border-top: 1px solid;
  border-left: 1px solid;
  
  margin-top: 15px;
  margin-bottom: 15px;

  padding-top: 8px;
  padding-left: 15px;

  color: #000;
  border-color: #ddd;
  background-color: #fff;
}

.comment_actions {
  float: right;
}

.comment_body p {
	margin: 0px;
	
	overflow: hidden;
}

.comment_body {
  margin-left: 55px;
  margin-top: -60px;
  margin-right: 45px;
   
  padding: 8px;
}

.comment_profile_picture img {
  margin-top: 5px;
}

.comment_timestamp {
	color: #777;
}

.comment_votes {
  float: right;
}

.comment_votes input,
.comment_votes img {
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 5px;
}

.comment_upvote {
  display: table;
}

.comment_upvote form {
  display: table-cell;
}

.comment_downvote {
  display: table;
}

.comment_downvote form {
  display: table-cell;
}

.comment_upvote_count {
  display: table-cell;
  vertical-align: middle;
  
  padding-top: 1px;
}

.comment_downvote_count {
  display: table-cell;
  vertical-align: middle;
  
  padding-bottom: 7px;
}

.thread_new_comment textarea {
	width: 100%;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commontator-0.4.1 app/assets/stylesheets/commontator/comments.css~
commontator-0.3.10 app/assets/stylesheets/commontator/comments.css~
commontator-0.2.4 app/assets/stylesheets/commontator/comments.css~
commontator-0.2.0 app/assets/stylesheets/commontator/comments.css~
commontator-0.1.46 app/assets/stylesheets/commontator/comments.css~