Fixed cursor; Changed settings text position

This commit is contained in:
NejcZdovc
2016-11-17 13:25:40 +01:00
committed by József Farkas
parent b394428110
commit 1d47f9c758
3 changed files with 12 additions and 1 deletions

View File

@@ -84,7 +84,6 @@
<div *ngSwitchCase="3" class="mouse__config mouse__config--speed text-center">
<div class="help-text--mouse-speed text-left">
<p>Press this key along with mouse movement/scrolling to accelerate/decelerate the speed of the action.</p>
<p>You can set the multiplier in <a [routerLink]="['/settings']" title="the setting">the setting</a>.</p>
</div>
<div class="btn-group btn-group-lg" role="group">
<div class="btn btn-default"
@@ -102,6 +101,9 @@
<span>Accelerate</span>
</div>
</div>
<div class="help-text--mouse-speed last-help text-left">
<p>You can set the multiplier in the <a [routerLink]="['/settings']" title="Settings">settings</a>.</p>
</div>
</div>
<div *ngSwitchDefault>
</div>

View File

@@ -78,3 +78,8 @@
}
}
}
.help-text--mouse-speed.last-help {
margin-bottom: 0;
margin-top: 2rem;
}