freifunkmanager/webroot/css/console.css

42 lines
584 B
CSS
Raw Normal View History

2017-05-30 14:35:11 +02:00
.prompt {
position: fixed;
bottom: 0px;
background-color: #ccc;
width: 100%;
}
.prompt .btn {
width: 10%;
}
.prompt input {
width: 85%;
margin-left: 2%;
}
.console {
font-family: monospace;
white-space: pre;
}
.console .cmd {
min-height: 22px;
clear: both;
}
.console .cmd > .time, .console .cmd .host{
display: inline-block;
color: #009ee0;
width: 15%;
}
.console .cmd > div {
background-color: #ccc;
margin-bottom: 3px;
}
.console .cmd .status {
width: 15%;
height: 20px;
}
2017-05-30 16:39:14 +02:00
.console .cmd > div > div {
clear: both;
}
.console .cmd div .status {
width: 20px;
}