freifunkmanager/webroot/css/console.css

63 lines
860 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;
2017-05-30 18:40:06 +02:00
font-size: 14px;
2017-05-30 14:35:11 +02:00
}
2017-05-30 18:40:06 +02:00
.console {
width: 100%;
border-spacing: 0px;
2017-05-30 14:35:11 +02:00
}
2017-05-30 18:40:06 +02:00
.console > tr {
clear: both;
border-spacing: 0px;
2017-05-30 14:35:11 +02:00
}
2017-05-30 18:40:06 +02:00
.console > tr > td {
width: 100%;
padding: 0px;
border-spacing: 0px;
height: 18px;
2017-05-30 14:35:11 +02:00
}
2017-05-30 18:40:06 +02:00
.console > tr.cmd > td {
margin-top: 3px;
2017-05-30 14:35:11 +02:00
}
2017-05-30 18:40:06 +02:00
.console > tr:not(.cmd) > td {
margin-top: 0px;
}
.console table,
.console table tr,
.console table td {
width: 100%;
padding: 0px;
margin: 0px;
border-collapse: collapse;
}
.console .time, .console .host{
color: #009ee0;
width: 1%;
}
.console .status {
text-align: right;
height: 18px;
}
.console table {
background-color: #ccc;
2017-05-30 16:39:14 +02:00
}
2017-05-30 18:40:06 +02:00
.console table .status {
width: 18px;
2017-05-30 16:39:14 +02:00
}