Commit 41f1e9d3 by Rocky Duan

forgot to include files & tiny styling fix

parent 25e47f49
.acInput {
width: 200px;
}
.acResults {
padding: 0px;
border: 1px solid WindowFrame;
background-color: Window;
overflow: hidden;
}
.acResults ul {
margin: 0px;
padding: 0px;
list-style-position: outside;
list-style: none;
}
.acResults ul li {
margin: 0px;
padding: 2px 5px;
cursor: pointer;
display: block;
font: menu;
font-size: 12px;
overflow: hidden;
}
.acLoading {
background : url('indicator.gif') right center no-repeat;
}
.acSelect {
background-color: Highlight;
color: HighlightText;
}
...@@ -124,23 +124,30 @@ $discussion_input_width: 60%; ...@@ -124,23 +124,30 @@ $discussion_input_width: 60%;
font-weight: bold; font-weight: bold;
display: block; display: block;
} }
.thread-body { .thread-body, .content-body {
@include discussion-font; @include discussion-font;
font-size: $comment_body_size; font-size: $comment_body_size;
margin-top: 7px; margin-top: 7px;
margin-bottom: 2px; margin-bottom: 2px;
p {
@include discussion-font;
margin: 0;
}
} }
.thread-tags { .thread-tags {
.thread-tag { .thread-tag {
@include discussion-font; @include discussion-font;
border-right: 3px solid #205C85; font-size: 0.75em;
padding-right: 5px; border-width: 0px 1px 1px 0px;
border-style: solid;
border-color: #205C85;
padding: 0px 3px 3px 0px;
margin-right: 5px; margin-right: 5px;
border-radius: 15px; border-radius: 4px;
color: #205C85; color: #205C85;
&:hover { &:hover {
color: #3CC5E7; color: #3CC5E7;
border-right: 3px solid #3CC5E7; border-color: #3CC5E7;
} }
} }
} }
...@@ -188,7 +195,7 @@ $discussion_input_width: 60%; ...@@ -188,7 +195,7 @@ $discussion_input_width: 60%;
margin-left: $comment_margin_left; margin-left: $comment_margin_left;
overflow: hidden; overflow: hidden;
.comment { .comment {
.comment-body { .comment-body, .content-body {
@include discussion-font; @include discussion-font;
font-size: $comment_body_size; font-size: $comment_body_size;
margin-top: 3px; margin-top: 3px;
......
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