Adding localstorage support

This commit is contained in:
Vince
2012-08-29 23:01:04 +02:00
parent 33954364f9
commit 6cc8534041
2 changed files with 60 additions and 2 deletions

View File

@@ -138,6 +138,23 @@ ul, li {
width : 200px;
}
/* User messages */
.user-message {
position: fixed;
bottom: 0;
left: 40%;
background-color: #F9EDBE;
padding: 7px 22px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
font-family: Arial Black, Gadget, sans-serif;
color: #222;
border: #F0C36D 1px solid;
border-bottom: 0;
font-weight: bold;
font-size: 14px;
}
/* Force apparition of scrollbars on leopard */
::-webkit-scrollbar {
-webkit-appearance: none;