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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

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;
}
}
}

View File

@ -178,28 +178,6 @@
}
}
}
.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;
}
}
.reply-area {
max-width: 1500px;
margin-left: auto;

View File

@ -117,35 +117,6 @@ display: none;
}
}
}
.spinner {
position: absolute;
@include fades-in(0.25s);
@include border-radius-all(10px);
left: 250px;
top: 95px;
height: 100px;
width: 70px;
height: 70px;
text-indent: -9999em;
background: {
color: #000;
image: image-url("spinner_96_w.gif");
repeat: no-repeat;
size: 35px;
position: 17px 17px;
};
}
&.loading {
.spinner {
z-index: 1000;
@include visible;
}
}
.reply-area {
max-width: 1500px;
margin-right: auto;
float: none;
}
// if this is a new topic, make room for the category field in the editor on
// a small screen mobile device