similar posts styles

This commit is contained in:
Brittany Cheng
2012-08-07 11:55:31 -04:00
parent 5bec964606
commit 4b9358fb72
2 changed files with 8 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ Discussion = @Discussion
<ul class="discussion-errors"></ul>
<input type="text" class="new-post-title title-input" placeholder="Title"/>
<div class="new-post-similar-posts-wrapper" style="display: none">
Do you mean...
Similar Posts:
<div class="new-post-similar-posts"></div>
</div>
<div class="new-post-body body-input"></div>

View File

@@ -216,11 +216,17 @@ form label {
display: block;
margin-left: -5%;
}
.new-post-similar-posts-wrapper {
font-size: $comment_body_size;
line-height: 150%;
padding: 1%;
}
.new-post-similar-posts {
font: inherit;
.similar-post {
display: block;
line-height: 150%;
}
}
.new-post-body {
margin-top: flex-gutter();