Commit 5841bdce by Tom Giannattasio Committed by Ibrahim Awwal

tweaking loading animation so that it removes more smoothly

parent aa7af4e6
......@@ -1290,6 +1290,9 @@ body.discussion {
}
&.loading {
height: 0;
margin: 0;
padding: 0;
border: none;
box-shadow: none;
}
......@@ -1596,6 +1599,7 @@ body.discussion {
padding: 10px 10px 40px;
.discussion-post {
padding: 17px 23px;
@include clearfix;
header {
......
......@@ -137,9 +137,11 @@ span.edx {
}
.loading-animation {
position: absolute;
left: 50%;
width: 20px;
height: 20px;
margin: auto;
margin-left: -10px;
background: url(../images/spinner.gif) no-repeat;
}
......
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