From f441d1ab66bb4fec5effc4ced1571d114b943988 Mon Sep 17 00:00:00 2001 From: Tadej Novak Date: Mon, 4 Aug 2014 20:24:27 +0200 Subject: [PATCH] Add cookie law message --- css/style.css | 17 ++++++++++++++--- index.html | 2 ++ js/achievements.js | 2 +- js/external/jquery.cookie-1.4.1.min.js | 2 ++ js/ui.js | 15 +++++++++++++++ 5 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 js/external/jquery.cookie-1.4.1.min.js 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 @@
+