Files
caminus/static/css/interact.css
2012-08-29 22:50:42 -04:00

21 lines
294 B
CSS

#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;
}