app/assets/stylesheets/the_comments.css.scss in the_comments-0.9.0 vs app/assets/stylesheets/the_comments.css.scss in the_comments-0.9.9
- old
+ new
@@ -72,25 +72,26 @@
}
li{
.comment.draft{
border: 1px solid gray;
- background: lightGray;
+ background: #eff5f3;
padding: 10px;
}
}
.form_holder{ margin-left: 40px; }
- .edit{
+ .edit, .delete{
margin-bottom: 3px;
text-align:center;
line-height: 130%;
background: #336;
color: white;
padding: 1px;
}
+ .delete{ background: gray; }
.comment{
overflow: hidden; zoom: 1;
.userpic{
@@ -103,16 +104,16 @@
.userbar, .cbody{
margin: 0 0 5px 55px;
padding: 3px;
}
.userbar{
- background: #ddd;
+ background: #eff5f3;
border-radius: 3px;
padding-left: 7px;
}
&.draft{
- .userbar{ background: #EED3D7; }
+ .userbar{ background: #ffa768; }
.to_draft{ display: none; }
}
&.published{
.to_published{ display: none; }
}
@@ -141,10 +142,10 @@
&.published, &.draft{
margin-bottom: 10px;
border-radius: 3px;
padding: 5px;
}
- &.highlighted{ border: 1px dashed #ff6633; }
+ &.highlighted{ border: 1px dashed #ff6633 !important; }
}
.form_holder{
form{ margin: 10px 0; }
\ No newline at end of file