UX: Better style for back button

This commit is contained in:
Robin Ward 2016-12-28 11:16:07 -05:00
parent 7515f4eec2
commit a297d7598b
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{{#if showBackButton}}
<div class='progress-back-container'>
{{d-button label="topic.timeline.back" class="btn-primary progress-back" action="goBack"}}
{{d-button label="topic.timeline.back" class="btn-primary progress-back" action="goBack" icon="arrow-down"}}
</div>
{{/if}}

View File

@ -18,7 +18,6 @@ function attachBackButton(widget) {
className: 'btn btn-primary btn-small back-button',
label: 'topic.timeline.back',
title: 'topic.timeline.back_description',
icon: 'arrow-down',
action: 'goBack'
});
}

View File

@ -1,10 +1,9 @@
.progress-back-container {
position: fixed;
width: 0;
right: 0;
bottom: 40px;
z-index: 950;
margin-right: 105px;
margin-right: 45px;
.btn {
margin: 0;