Add a small, minimal popup tray for future expansion.

This commit is contained in:
Trever Fischer
2012-08-29 22:50:42 -04:00
parent eed9a6df1b
commit 97da13000c
6 changed files with 123 additions and 2 deletions

20
static/css/interact.css Normal file
View File

@@ -0,0 +1,20 @@
#server-interaction {
position:fixed;
bottom: 0%;
right: 0%;
}
#server-interaction .drawer {
background-color: #000;
color: #fff;
float: right;
}
#server-interaction .canvas {
display: none;
}
#server-interaction .drawer .drawer-label {
font-weight: bold;
padding: 10px;
}