1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00
This commit is contained in:
cTn 2013-04-12 19:17:27 +02:00
parent e1c1522da5
commit ac1090b4a4
6 changed files with 207 additions and 73 deletions

View file

@ -730,7 +730,36 @@ a:hover {
}
.tab-sensors #baro {
height: 120px;
}
}
.tab-cli {
}
.tab-cli p {
padding: 5px;
border: 1px dotted silver;
}
.tab-cli .window {
margin-top: 10px;
height: 400px;
padding: 5px;
overflow-y: scroll;
overflow-x: hidden;
color: white;
border: 1px solid silver;
background-color: black;
}
.tab-cli input {
margin-top: 10px;
display: block;
width: 911px;
padding-left: 5px;
border: 1px solid silver;
}
/* Flotr related styles */
.flotr-legend {