Style error message alert on new task page

This commit is contained in:
perryharlock
2013-09-17 15:48:46 +01:00
parent c557157ae3
commit 66b9dc67e3
3 changed files with 9 additions and 3 deletions

View File

@@ -8,8 +8,11 @@
<legend>Add a new url</legend>
{{#error}}
<div style="color: #c00;">
<p>{{.}}</p>
<div class="col-md-12 clearfix">
<div class="alert alert-danger">
<strong>Oh my gosh!</strong>
<p>{{.}}</p>
</div>
</div>
{{/error}}