fixing loading spinner alignment and striping

This commit is contained in:
Kris Aubuchon 2014-12-04 17:05:47 -05:00
parent 917a91eb40
commit d8c8264b4e
3 changed files with 5 additions and 5 deletions

View File

@ -201,7 +201,7 @@ body {
}
.spinner {
margin: 30px auto 0 auto;
margin: 20px auto 20px auto;
position: relative;
-webkit-animation: rotate-forever 1s infinite linear;
animation: rotate-forever 1s infinite linear;

View File

@ -61,10 +61,10 @@
}
> tbody > tr {
&:nth-child(even) {
&:nth-child(odd) {
background-color: darken($secondary, 3%);
}
&:nth-child(odd) {
&:nth-child(even) {
background-color: $secondary;
}
&.highlighted {

View File

@ -30,10 +30,10 @@
.topic-list {
> tbody > tr {
&:nth-child(odd) {
&:nth-child(even) {
background-color: darken($secondary, 3%);
}
&:nth-child(even) {
&:nth-child(odd) {
background-color: $secondary;
}
&.highlighted {