Embed command log on a toggleable element
This commit is contained in:
22
style.css
22
style.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user