mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
move editor spinner css to shared (base) css
This commit is contained in:
parent
b587137302
commit
27061d5fab
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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 {
|
.reply-area {
|
||||||
max-width: 1500px;
|
max-width: 1500px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -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
|
// if this is a new topic, make room for the category field in the editor on
|
||||||
// a small screen mobile device
|
// a small screen mobile device
|
||||||
|
Loading…
Reference in New Issue
Block a user