Commit fffad764 by Brittany Cheng

styles

parent 10c13665
...@@ -185,6 +185,7 @@ $discussion_input_width: 100%; ...@@ -185,6 +185,7 @@ $discussion_input_width: 100%;
} }
} }
.discussion-sort { .discussion-sort {
font-size: $comment_body_size;
float: right; float: right;
margin-top: -2.5%; margin-top: -2.5%;
} }
...@@ -194,7 +195,7 @@ $discussion_input_width: 100%; ...@@ -194,7 +195,7 @@ $discussion_input_width: 100%;
margin-top: 1%; margin-top: 1%;
} }
.reply-post-control { .reply-post-control {
margin-left: 79%; margin-left: 79.5%;
} }
.control-button { .control-button {
@include button; @include button;
...@@ -210,6 +211,9 @@ $discussion_input_width: 100%; ...@@ -210,6 +211,9 @@ $discussion_input_width: 100%;
} }
margin: 10px 0 40px 0; margin: 10px 0 40px 0;
} }
.discussion-reply-new {
margin: 10px 0 20px 0;
}
.thread { .thread {
//display: none; //display: none;
.thread-title { .thread-title {
......
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