Fixed a bug where the comment div was always visible

This commit is contained in:
Reda Lemeden
2012-02-08 10:42:24 -05:00
parent 98070e4f89
commit 95e7c2b4ec
2 changed files with 13 additions and 3 deletions

View File

@@ -42,6 +42,10 @@ div.answer-block {
@extend div.question-actions;
}
}
div.answered-by-owner {
color: darken($mit-red, 10%);
}
}
div.answer-own {

View File

@@ -160,7 +160,7 @@ div.question-header {
// background: lighten(#efefef, 3%);
padding: 3%;
display: inline-block;
margin: 15px 0 0;
// margin: 15px 0 0;
padding: 3%;
width: 100%;
@@ -282,8 +282,14 @@ div.question-header {
}
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;
}
}
}
}