app/assets/stylesheets/commontator/comments.css~ in commontator-1.0.3 vs app/assets/stylesheets/commontator/comments.css~ in commontator-1.0.4
- old
+ new
@@ -13,10 +13,12 @@
padding-left: 15px;
color: #000;
border-color: #ddd;
background-color: #fff;
+
+ clear: both;
}
.comment_actions {
float: right;
}
@@ -43,44 +45,20 @@
color: #777;
}
.comment_votes {
float: right;
+
+ text-align: center;
}
.comment_votes input,
.comment_votes img {
border: none;
background-color: transparent;
padding: 0px;
- margin: 5px;
+ margin: 0px;
}
-.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;
+.comment_count p {
+ margin: 0px;
}