Commit 95e7c2b4 by Reda Lemeden

Fixed a bug where the comment div was always visible

parent 98070e4f
...@@ -42,6 +42,10 @@ div.answer-block { ...@@ -42,6 +42,10 @@ div.answer-block {
@extend div.question-actions; @extend div.question-actions;
} }
} }
div.answered-by-owner {
color: darken($mit-red, 10%);
}
} }
div.answer-own { div.answer-own {
......
...@@ -160,7 +160,7 @@ div.question-header { ...@@ -160,7 +160,7 @@ div.question-header {
// background: lighten(#efefef, 3%); // background: lighten(#efefef, 3%);
padding: 3%; padding: 3%;
display: inline-block; display: inline-block;
margin: 15px 0 0; // margin: 15px 0 0;
padding: 3%; padding: 3%;
width: 100%; width: 100%;
...@@ -282,8 +282,14 @@ div.question-header { ...@@ -282,8 +282,14 @@ div.question-header {
} }
div.controls { div.controls {
border-top: 1px dashed #ddd; // padding: 15px 0;
padding: 15px 0; background: lighten(#eeeeee, 4%);
text-align: right;
a {
display: inline-block;
font-size: 12px;
margin: 10px 10px 10px 0;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment