Commit ed8595ad by Brittany Cheng

error styles

parent 79628130
...@@ -211,13 +211,6 @@ form label { ...@@ -211,13 +211,6 @@ form label {
font-style: normal; font-style: normal;
width: $discussion_input_width !important; width: $discussion_input_width !important;
} }
.discussion-errors {
color: #8F0E0E;
display: block;
font: inherit;
font-size: $comment_body_size;
margin-left: -3%;
}
.new-post-similar-posts-wrapper { .new-post-similar-posts-wrapper {
@include border-radius(3px); @include border-radius(3px);
border: 1px solid #EEE; border: 1px solid #EEE;
...@@ -265,7 +258,9 @@ form label { ...@@ -265,7 +258,9 @@ form label {
display: block; display: block;
font: inherit; font: inherit;
font-size: $comment_body_size; font-size: $comment_body_size;
list-style: none;
margin-left: -3%; margin-left: -3%;
padding-left: 2em;
} }
a:hover { a:hover {
color: #1C71DD; color: #1C71DD;
......
...@@ -87,6 +87,11 @@ div.course-wrapper { ...@@ -87,6 +87,11 @@ div.course-wrapper {
ul { ul {
list-style: disc outside none; list-style: disc outside none;
padding-left: 1em; padding-left: 1em;
&.discussion-errors {
list-style: none;
padding-left: 2em;
}
} }
nav.sequence-bottom { nav.sequence-bottom {
......
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