diff --git a/css/style.css b/css/style.css index 0fd5384..4d7c8d5 100644 --- a/css/style.css +++ b/css/style.css @@ -56,18 +56,29 @@ h1 br { position: fixed; bottom: 0px; left: 0px; } -#achievements-container .alert { +#messages-container { + position: fixed; bottom: 0px; right: 0px; +} + +#achievements-container .alert, +#messages-container .alert { margin-bottom: 10px; position: relative; } -#achievements-container .alert-glyph { +#achievements-container .alert-glyph, +#messages-container .alert-glyph { float:left; font-size: 20px; margin-right: 10px; } -#achievements-container .alert-text { +#achievements-container .alert-text, +#messages-container .alert-text { font-size: 14px; font-weight: bold; } +#messages-container .btn { + float:right; font-weight: bold; +} + #Status { font-size: x-large; } diff --git a/index.html b/index.html index fbd2d66..6257872 100644 --- a/index.html +++ b/index.html @@ -154,6 +154,7 @@
+