Add cookie law message

This commit is contained in:
Tadej Novak
2014-08-04 20:24:27 +02:00
parent 142b7941e8
commit f441d1ab66
5 changed files with 34 additions and 4 deletions
+14 -3
View File
@@ -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;
}