Sha256: 9bfe078184b62b890e03bf4aa83d9e130caf70293a6e75844e501fa418732ae7

Contents?: true

Size: 1.68 KB

Versions: 5

Compression:

Stored size: 1.68 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */
 
.comment {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 1px solid;
  border-top: 1px solid;
  padding: 8px;
  padding-left: 15px;
  border-color: #ddd;
  color: #000;
  background-color: #fff;
  clear:both;
}

.comment_actions {
  float:right;
}

.comment_actions a {
  display:inline;
}

.comment_body_div {
   float: left;
}

.comment_body {
	clear:both; 
	margin:3px; 
	padding-left:8px;
	padding-bottom:6px;
	padding-top: 8px;
	float: left;
}

.comment_body pre { /* When showing comments, allow <pre> to wrap */
   white-space: pre-wrap; /* css-3 */
   white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
   white-space: -pre-wrap; /* Opera 4-6 */
   white-space: -o-pre-wrap; /* Opera 7 */
   word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.comment_profile_picture {
  float:left;
  padding-top: 8px;
  height:auto;
}

.comment_timestamp {
	color: #777;
}

.comment_votes {
  float:right;
}

.new_comment_div textarea {
	width: 100%;
}

.thread_new_comment {
  display:none;
}

.thread_new_comment_body {
  width: 100%;
}

.thread_new_comment_link {
  float:left;
}

Version data entries

5 entries across 5 versions & 1 rubygems

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