Fixed some html decoding errors and added animation to admin panel, fixes #34

This commit is contained in:
Nicolas A. Tonne
2014-10-24 15:41:14 +02:00
parent 21d7684346
commit 889c09c389
4 changed files with 7 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ input[type="radio"]{display: none;}
.toggtext{display: inline;}
.adminBox{float:right;}
#adminPanel{color:white; height:190px; padding: 10px; overflow:hidden; background-color: rgba(0,0,0,0.2);}
#adminPanel{color:white; height:190px; padding: 10px; overflow:hidden; background-color: rgba(0,0,0,0.2); transition: height 0.5s;}
.hiddenAdmin{padding:0 !important; margin:0 !important; height: 0 !important;}
.button{background-color: rgba(255,255,255,0.2); border-radius: 4px; border: none;color: white;padding: 5px 15px; margin-top: 15px; transition: all 0.1s ease-in-out;}
.button:hover{background-color: rgba(255,255,255,0.4); }