Commit 6285f2a2 by Brittany Cheng

discussion styles

parent 6da690f6
......@@ -148,6 +148,7 @@ Discussion =
interactive: true
defaultText: "add a tag"
height: "30px"
width: "83.5%"
removeWithBackspace: true
bindContentEvents: (content) ->
......
......@@ -123,12 +123,6 @@ $discussion_input_width: 85%;
margin-top: 10px;
font-weight: bold;
}
.tagsinput {
margin-top: 20px;
width: 83%;
min-height: 30px;
height: 100%;
}
}
.thread {
//display: none;
......@@ -144,8 +138,8 @@ $discussion_input_width: 85%;
.thread-body, .content-body {
@include discussion-font;
font-size: $comment_body_size;
margin-top: 7px;
margin-bottom: 2px;
margin-top: 3px;
margin-bottom: 4px;
p {
@include discussion-font;
margin: 0;
......@@ -155,10 +149,10 @@ $discussion_input_width: 85%;
.thread-tag {
@include discussion-font;
font-size: 0.75em;
border-width: 0px 1px 1px 0px;
border-width: 1px;
border-style: solid;
border-color: #205C85;
padding: 0px 3px 3px 0px;
padding: 2px;
margin-right: 5px;
border-radius: 4px;
color: #205C85;
......@@ -172,7 +166,7 @@ $discussion_input_width: 85%;
@include discussion-font;
font-size: $comment_info_size;
font-style: italic;
margin-top: 5px;
margin-top: 10px;
color: gray;
.discussion-link {
margin-left: 2px;
......
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