Commit 58106984 by Rocky Duan

Merge branch 'discussion2' of github.com:dementrock/mitx

parents 96b613af ea8fd6cb
...@@ -155,6 +155,10 @@ $discussion_input_width: 100%; ...@@ -155,6 +155,10 @@ $discussion_input_width: 100%;
color: black; color: black;
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 15px;
&:hover {
text-decoration: none;
color: #1C71DD;
}
&.discussion-vote-up { &.discussion-vote-up {
margin-bottom: 3px; margin-bottom: 3px;
} }
...@@ -162,7 +166,7 @@ $discussion_input_width: 100%; ...@@ -162,7 +166,7 @@ $discussion_input_width: 100%;
margin-top: 5px; margin-top: 5px;
} }
&.voted { &.voted {
color: #1d9dd9; color: #1C71DD;
} }
} }
} }
...@@ -209,8 +213,15 @@ $discussion_input_width: 100%; ...@@ -209,8 +213,15 @@ $discussion_input_width: 100%;
font-size: $comment_body_size; font-size: $comment_body_size;
float: right; float: right;
margin-top: -2.5%; margin-top: -2.5%;
.discussion-sort-link {
&:hover {
text-decoration: none;
color: #1C71DD;
}
}
.discussion-sort-link.sorted { .discussion-sort-link.sorted {
font-weight: bold; font-weight: bold;
color: #1C71DD;
} }
} }
.discussion-content-edit, .discussion-reply-new, .new-post-form { .discussion-content-edit, .discussion-reply-new, .new-post-form {
......
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