Redo styling of the tutorial page
This commit is contained in:
parent
2e3704f7ba
commit
e23155b75d
5 changed files with 22 additions and 10 deletions
|
@ -1,11 +1,6 @@
|
|||
<div class="angular-tour-ui-element"
|
||||
ng-class="[tour ? 'touring' : 'nottouring', inline ? 'inline' : 'overlay']">
|
||||
|
||||
<div class="tour-title">
|
||||
<h4><i class="fa fa-dot-circle-o"></i> {{ tour.title }}</h4>
|
||||
<button type="button" class="close" ng-click="stop()" aria-hidden="true">×</button>
|
||||
</div>
|
||||
|
||||
<div class="tour-contents" ng-show="!supported">
|
||||
Your browser does not support features required for this tour. Please upgrade and try again.
|
||||
</div>
|
||||
|
|
Reference in a new issue