app/assets/stylesheets/commontator/threads.css~ in commontator-1.0.5 vs app/assets/stylesheets/commontator/threads.css~ in commontator-1.0.6
- old
+ new
@@ -1,7 +1,7 @@
.thread {
- display: block;
+ display: block !important;
}
.thread_actions {
float: right;
}
@@ -12,10 +12,7 @@
font-style: normal;
}
.thread_new_comment {
display: none;
-}
-
-.thread_new_comment textarea {
- width: 100%;
+ padding-left: 15px;
}