diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css
index 91a1374..b016fb5 100644
--- a/public/static/css/mapguesser.css
+++ b/public/static/css/mapguesser.css
@@ -84,7 +84,7 @@ hr {
}
p.small, span.small {
- font-size: 12px;
+ font-size: 14px;
}
.justify {
@@ -148,6 +148,13 @@ button, a.button {
line-height: 35px;
}
+button.small {
+ font-size: 14px;
+ padding: 0 12px;
+ height: 32px;
+ line-height: 32px;
+}
+
button:enabled:hover, button:enabled:focus, a.button:hover, a.button:focus {
background-color: #29457f;
outline: none;
@@ -336,6 +343,12 @@ div.buttonContainer>button {
margin: 0 auto;
}
+#cookiesNotice {
+ background-color: #eeeeee;
+ padding: 10px;
+ text-align: center;
+}
+
#loading {
position: fixed;
width: 64px;
diff --git a/views/templates/main_footer.php b/views/templates/main_footer.php
index bb36eb7..cbb8457 100644
--- a/views/templates/main_footer.php
+++ b/views/templates/main_footer.php
@@ -14,5 +14,30 @@
+
+
+