move editor spinner css to shared (base) css

This commit is contained in:
Jeff Atwood
2014-10-11 04:08:16 -07:00
parent b587137302
commit 27061d5fab
4 changed files with 25 additions and 51 deletions

View File

@@ -135,4 +135,29 @@ div.ac-wrap {
}
}
#reply-control {
.spinner {
position: absolute;
@include fades-in(0.25s);
left: 250px;
top: 95px;
height: 100px;
width: 70px;
height: 70px;
text-indent: -9999em;
background: {
image: image-url("spinner_96.gif");
repeat: no-repeat;
size: 35px;
position: 17px 17px;
};
}
&.loading {
.spinner {
z-index: 1000;
@include visible;
}
}
}