Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/bootstrap-wizard.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ li.wizard-nav-item {
bottom: 0;
}

.wizard-progress-container .progress-bar {
width: 0;
}

.wizard-card-container {
margin-left: 28%;
}
Expand Down Expand Up @@ -179,4 +183,4 @@ li.wizard-nav-item {

.wizard-dialog .popover.error-popover .arrow {
border-right-color:#953B39;
}
}
2 changes: 1 addition & 1 deletion src/bootstrap-wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
'</div>',
'<div class="wizard-progress-container">',
'<div class="progress progress-striped">',
'<div class="progress-bar" style="width: 0%;"></div>',
'<div class="progress-bar"></div>',
'</div>',
'</div>',
'</div>',
Expand Down
Loading