small styling fix on db err msg

This commit is contained in:
Shannon
2014-03-06 11:14:41 +11:00
parent 0d1bb355b5
commit 7676099f2e
2 changed files with 4 additions and 22 deletions

View File

@@ -115,8 +115,10 @@
<div class="controls">
<input type="submit" ng-disabled="myForm.$invalid || checking"
value="Continue" class="btn btn-success" />
<br/>
<span class="inline-help" ng-if="checking" ng-animate="'fade'">
<span class="inline-help" ng-if="checking" ng-animate="'fade'">
Validating your database connection
</span>