diff --git a/www/css/app.css b/www/css/app.css index 728ec900..8a1d1b28 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -124,6 +124,18 @@ width: 200px; } +.alert { + margin-bottom: 0 !important; +} + +.alert-link { + text-decoration: underline; +} + +#alertBoxHeader { + text-align: center; +} + @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } diff --git a/www/index.html b/www/index.html index 3550726b..47db22f5 100644 --- a/www/index.html +++ b/www/index.html @@ -202,7 +202,8 @@