mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 17:55:21 +03:00
Merge pull request #1738 from Scavanger/SITL-Integration
SITL integration
This commit is contained in:
commit
448d9dc3ba
26 changed files with 6597 additions and 5710 deletions
86
src/css/tabs/sitl.css
Normal file
86
src/css/tabs/sitl.css
Normal file
|
@ -0,0 +1,86 @@
|
|||
.tab-sitl input {
|
||||
width: 111px;
|
||||
padding-left: 3px;
|
||||
height: 18px;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
border: 1px solid silver;
|
||||
border-radius: 3px;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.tab-sitl .simIP span {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.map-table td, .map-table th {
|
||||
padding: 2px;
|
||||
height: 2.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tab-sitl .switchery {
|
||||
margin-right: 68px !important;
|
||||
}
|
||||
|
||||
.map-table thead tr {
|
||||
border-left: 1px solid #e4e4e4;
|
||||
border-right: 1px solid #e4e4e4;
|
||||
background-color: #828885;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.map-table tr:nth-child(even) td,
|
||||
.map-table tr:nth-child(even) th {
|
||||
background-color: #ebe7e7;
|
||||
}
|
||||
|
||||
|
||||
.sitlNumber {
|
||||
margin-left: 14px;
|
||||
}
|
||||
|
||||
.map-table {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.tab-sitl .leftWrapper {
|
||||
float: left;
|
||||
width: calc(50% - 20px);
|
||||
}
|
||||
|
||||
.tab-sitl .rightWrapper {
|
||||
float: left;
|
||||
width: calc(50% - 0px);
|
||||
margin: 0 0 10px 20px;
|
||||
}
|
||||
|
||||
.sitlProfile_box {
|
||||
padding: 10px;
|
||||
margin-bottom: 3px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.sitlProfile_select {
|
||||
float:left;
|
||||
padding-top: 2px;
|
||||
padding-right: 10px
|
||||
}
|
||||
|
||||
.default_btn.sitlnarrow {
|
||||
width: auto;
|
||||
margin-bottom: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.default_btn.sitlnarrow a {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#sitlLog {
|
||||
resize: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue