New design.

This commit is contained in:
James Brooks
2014-11-19 16:26:42 +00:00
parent 189890154e
commit 4ab353c954
11 changed files with 1248 additions and 118 deletions
+2 -1
View File
@@ -15,6 +15,7 @@
case 1:
return 'warning';
case 2:
return 'alert';
case 3:
return 'info';
case 4:
@@ -27,7 +28,7 @@
case 1:
return 'glyphicon-flag';
case 2:
return 'glyphicon-certificate';
return 'glyphicon-warning-sign';
case 3:
return 'glyphicon-eye-open';
case 4: