Added shufflebutton

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-09 23:41:16 +01:00
parent d8e1e1511e
commit e2cb71d1af
5 changed files with 39 additions and 12 deletions

View File

@@ -95,7 +95,7 @@ input[type="radio"]{display: none;}
.clickthrough{pointer-events: none;}
#adminPanel{border-bottom: none; color:white; height:190px; padding: 10px; overflow:hidden; background-color: rgba(0,0,0,0.2); transition: height 0.5s;}
#adminPanel{border-bottom: none; color:white; height:230px; 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); }