FIX: Missing CSS for back button on progress component

This commit is contained in:
Robin Ward 2016-12-20 16:00:54 -05:00
parent c75bebdea2
commit 1821a0933d
2 changed files with 13 additions and 13 deletions

View File

@ -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 {
.title-wrapper {
float: left;

View File

@ -87,19 +87,6 @@
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 {
position: fixed;
right: 50%;