diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-20 10:56:19 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-20 10:56:19 -0400 |
| commit | 1bd3546443c31f2e5b769372990cf4ce8f606cef (patch) | |
| tree | ba9db90ccb5618cdadd463cd0202570046387673 /www/templates/wizard.html | |
| parent | b94cc5d3ffd09aa4c8006647367b84d43786add9 (diff) | |
more style tweaks
Former-commit-id: c9e67a99004863e0df2bbfda5fd21e2f8b676c06
Diffstat (limited to 'www/templates/wizard.html')
| -rw-r--r-- | www/templates/wizard.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/templates/wizard.html b/www/templates/wizard.html index d4c9412a..f44b44d3 100644 --- a/www/templates/wizard.html +++ b/www/templates/wizard.html @@ -11,7 +11,9 @@ <!-- portal url --> <wz-step wz-title="1" canexit="exitPortal"> - <h4><i class="ion-wand"></i> Welcome to zmWizard</h4> + + <h4><i class="ion-wand" style="font-size:2em"></i> Welcome to zmWizard</h4> + <img src="img/wizard.svg" width="100px" style="float:left"/> <p>Configuring ZoneMinder can be a pain. Let's see if zmWizard can help.</p> <h4>What is your Zoneminder portal url?</h4> @@ -38,6 +40,7 @@ <!-- auth mode --> <wz-step wz-title="2" > <h4>Portal Authentication</h4> + <!--<img src="img/wizard.svg" width="100px" style="float:left"/>--> <p>Lets talk about how you have configured authentication If you have enabled authentication, toggle this button</p> <ion-toggle ng-change="toggleAuth()" ng-model="wizard.useauth" ng-checked="wizard.useauth" toggle-class="toggle-calm">I use authentication</ion-toggle> |
