mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
FIX: Missing CSS for back button on progress component
This commit is contained in:
parent
c75bebdea2
commit
1821a0933d
2 changed files with 13 additions and 13 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
.progress-back-container {
|
||||||
|
position: fixed;
|
||||||
|
width: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 40px;
|
||||||
|
z-index: 950;
|
||||||
|
margin-right: 105px;
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#topic-title {
|
#topic-title {
|
||||||
.title-wrapper {
|
.title-wrapper {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -87,19 +87,6 @@
|
||||||
width: 757px;
|
width: 757px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-back-container {
|
|
||||||
position: fixed;
|
|
||||||
width: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 40px;
|
|
||||||
z-index: 950;
|
|
||||||
margin-right: 105px;
|
|
||||||
|
|
||||||
.btn {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#topic-progress-wrapper {
|
#topic-progress-wrapper {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue