Commit 8c465a4a by Rocky Duan

Merge branch 'brittany' of github.com:dementrock/mitx into profile

parents 69a40519 b6058bec
...@@ -289,6 +289,12 @@ $tag-text-color: #5b614f; ...@@ -289,6 +289,12 @@ $tag-text-color: #5b614f;
.thread { .thread {
//display: none; //display: none;
.search-highlight {
display: inline;
font-weight: bold;
background-color: lightyellow;
}
.thread-title { .thread-title {
@include discussion-font; @include discussion-font;
@include discussion-clickable; @include discussion-clickable;
...@@ -605,6 +611,27 @@ $tag-text-color: #5b614f; ...@@ -605,6 +611,27 @@ $tag-text-color: #5b614f;
//width: $discussion-input-width !important; //width: $discussion-input-width !important;
} }
.new-post-similar-posts-wrapper {
@include border-radius(3px);
border: 1px solid #EEE;
font-size: $comment_body_size;
line-height: 150%;
margin-top: 1%;
padding: 1% 1.5%;
}
.hide-similar-posts {
float: right;
}
.new-post-similar-posts {
font: inherit;
.similar-post {
display: block;
line-height: 150%;
}
}
.discussion-errors { .discussion-errors {
color: #8F0E0E; color: #8F0E0E;
display: block; display: block;
...@@ -612,7 +639,6 @@ $tag-text-color: #5b614f; ...@@ -612,7 +639,6 @@ $tag-text-color: #5b614f;
} }
.new-post-body { .new-post-body {
margin-top: flex-gutter();
} }
.tagsinput { .tagsinput {
...@@ -654,16 +680,19 @@ $tag-text-color: #5b614f; ...@@ -654,16 +680,19 @@ $tag-text-color: #5b614f;
} }
.new-post-title { .new-post-title {
height: 35px; display: block;
padding: 5px 12px; padding: 5px 12px;
border-width: 1px; border-width: 1px;
width: 100%;
}
.thread-title-edit {
width: 100%;
} }
&.collapsed { &.collapsed {
.new-post-title { .new-post-title {
height: 0; display: none;
padding: 0;
border-width: 0;
} }
.wmd-button-row { .wmd-button-row {
...@@ -700,7 +729,6 @@ $tag-text-color: #5b614f; ...@@ -700,7 +729,6 @@ $tag-text-color: #5b614f;
} }
.edit-post-control { .edit-post-control {
margin-left: 79%;
margin-top: 1%; margin-top: 1%;
} }
...@@ -722,6 +750,7 @@ $tag-text-color: #5b614f; ...@@ -722,6 +750,7 @@ $tag-text-color: #5b614f;
} }
label { label {
display: inline;
font-family: $sans-serif; font-family: $sans-serif;
font-size: .8em; font-size: .8em;
font-style: normal; font-style: normal;
...@@ -793,7 +822,7 @@ $tag-text-color: #5b614f; ...@@ -793,7 +822,7 @@ $tag-text-color: #5b614f;
&.inline-discussion, .forum-discussion { &.inline-discussion, .forum-discussion {
.new-post-form { .new-post-form {
margin: -30px 60px 24px 60px; margin: 24px 60px;
.post-options { .post-options {
margin: 8px 0 16px 0; margin: 8px 0 16px 0;
......
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