Commit ba7a0b68 by Rocky Duan

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

parents 0042a459 46a1912b
...@@ -381,6 +381,10 @@ $tag-text-color: #5b614f; ...@@ -381,6 +381,10 @@ $tag-text-color: #5b614f;
margin-top: 10px; margin-top: 10px;
width: 95%; width: 95%;
} }
.reply-post-control {
margin-top: 1%;
}
} }
} }
...@@ -459,7 +463,8 @@ $tag-text-color: #5b614f; ...@@ -459,7 +463,8 @@ $tag-text-color: #5b614f;
} }
.search-wrapper { .search-wrapper {
height: 110px; margin-bottom: 50px;
margin-left: .5%;
} }
.discussion-search-form { .discussion-search-form {
...@@ -726,10 +731,25 @@ $tag-text-color: #5b614f; ...@@ -726,10 +731,25 @@ $tag-text-color: #5b614f;
.new-post-control { .new-post-control {
margin-left: 75%; margin-left: 75%;
margin-top: 1%; margin-top: 1%;
.discussion-cancel-post {
margin-right: 1.5%;
}
} }
.reply-post-control {
.discussion-cancel-post {
margin-right: 1.5%;
}
}
.edit-post-control { .edit-post-control {
margin-top: 1%; margin-top: 1%;
.discussion-cancel-update {
margin-right: 1.5%;
}
} }
.control-button { .control-button {
...@@ -758,6 +778,10 @@ $tag-text-color: #5b614f; ...@@ -758,6 +778,10 @@ $tag-text-color: #5b614f;
} }
} }
.discussion-content-edit {
margin: 3%;
}
.new-post-form { .new-post-form {
margin: 10px 0 40px 0; margin: 10px 0 40px 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