Commit 5101f512 by Tom Giannattasio

fixed spinner positioning on inline discussions

parent 929dcbe2
...@@ -1644,6 +1644,7 @@ body.discussion { ...@@ -1644,6 +1644,7 @@ body.discussion {
.discussion-module { .discussion-module {
@extend .discussion-body; @extend .discussion-body;
position: relative;
margin: 20px 0; margin: 20px 0;
padding: 20px; padding: 20px;
background: #f6f6f6 !important; background: #f6f6f6 !important;
...@@ -1658,6 +1659,10 @@ body.discussion { ...@@ -1658,6 +1659,10 @@ body.discussion {
} }
} }
.loading-animation {
background-image: url(../images/spinner-on-grey.gif);
}
.discussion-show { .discussion-show {
position: relative; position: relative;
top: 3px; top: 3px;
......
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