Embed command log on a toggleable element

This commit is contained in:
2015-06-26 20:26:48 +02:00
parent a99569b1be
commit 2af167270e
3 changed files with 65 additions and 18 deletions

View File

@@ -64,4 +64,24 @@ h1:first-child{
border: solid 1px rgb(32,32,32);
max-width:200px;
max-height:200px;
}
}
#divConsoleContainer{
margin:5px;
}
#divConsoleContainer .button{
padding:2px;
}
#divConsole{
color: grey;
background-color: black;
font-family: Monospace;
padding: 5px;
height:250px;
overflow: auto;
}
#divConsole p{
color: grey;
background-color: black;
font-family: Monospace;
}