You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/pid_tuning.css

236 lines
4.1 KiB
CSS

.tab-pid_tuning {
}
.tab-pid_tuning .rate-tpa th {
font-weight: normal;
background-color: #ECECEC;
padding: 4px;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.tab-pid_tuning .rate-tpa {
border:1px solid #ccc;
margin-bottom:10px;
}
.tab-pid_tuning input[type="number"]::-webkit-inner-spin-button {
border: 0;
}
.tab-pid_tuning table {
float: left;
margin:0px;
border-collapse: collapse;
width: calc(100% - -1px);
}
.tab-pid_tuning .pid_tuning {
}
.tab-pid_tuning table,
.tab-pid_tuning table td {
padding: 1px;
border-bottom: 1px solid #ccc;
}
.tab-pid_tuning table th {
padding: 0px;
border: 0px;
height:10px;
font-weight:normal;
}
.tab-pid_tuning .pid_titlebar th {
padding:5px;
text-align:left;
border-right: 1px solid #ccc;
width:calc(100% -1px);
}
.tab-pid_tuning .pid_titlebar th:first-child {
text-align:left;
}
.tab-pid_tuning .pid_titlebar th:last-child {
border-right: none;
}
.tab-pid_tuning table tr td:first-child {
text-align: left;
padding-left:5px;
}
.tab-pid_tuning table tr td:last-child {
border-right: 0px solid #ccc;
}
.tab-pid_tuning table td {
padding: 1px;
width:25%;
border-right: 1px solid #ccc;
}
.tab-pid_tuning table tr td {
text-align: left;
padding-left: 0px;
}
.tab-pid_tuning table tr:nth-child(odd) {
}
.tab-pid_tuning table input {
display: block;
width: calc(100% - 2px);
height: 20px;
line-height: 20px;
text-align: right;
border:0px solid #ccc;
border-radius:0px;
}
.tab-pid_tuning .controller {
float: left;
width: calc(50% - 12px);
margin-left: 10px;
margin-bottom: 10px;
border-radius: 3px;
border: 1px solid #ccc;
}
.tab-pid_tuning .controller .head {
display: block;
text-align: left;
line-height: 20px;
font-weight: bold;
padding-left:5px;
border-bottom: 1px solid #ccc;
background-color: #ececec;
}
.tab-pid_tuning .controller select {
width: 100%;
height: 20px;
line-height: 20px;
}
.tab-pid_tuning .profile {
float: left;
width: calc(25% - 2px); /* - border*/
border: 1px solid #ccc;
border-radius: 3px;
}
.tab-pid_tuning .profile .head {
display: block;
text-align: left;
line-height: 20px;
font-weight: bold;
padding-left:5px;
border-bottom: 1px solid #ccc;
background-color: #ececec;
}
.tab-pid_tuning .profile select {
width: 100%;
padding-left: calc(100% - 35px);
height: 20px;
line-height: 20px;
}
.tab-pid_tuning .pid_tuning .name {
width: 30%;
}
.tab-pid_tuning .rate-tpa {
float: right;
width: calc(100% - 0px); /* - ( "virtual" margin) */
}
.tab-pid_tuning .buttons {
right:10px;
bottom: 10px;
}
.tab-pid_tuning .update,
.tab-pid_tuning .refresh {
display: block;
float: right;
height: 28px;
line-height: 28px;
padding: 0 15px 0 15px;
text-align: center;
font-weight: bold;
border: 1px solid #ccc;
background-color: #ececec;
}
.tab-pid_tuning .refresh {
margin-right: 10px;
}
.tab-pid_tuning .update:hover,
.tab-pid_tuning .refresh:hover {
background-color: #dedcdc;
}
.tab-pid_tuning .top-buttons {
float:right;
}
.tab-pid_tuning .fixed_band {
position: absolute;
width: 100%;
bottom: 0px;
}
.pid_mode {
width: calc(100% - 5px);
height: 20px;
background-color: #ECECEC;
float: left;
margin: 0px;
padding: 0px;
text-align: center;
padding-left:5px;
line-height: 13px;
padding-top: 6px;
font-size: 12px;
border-bottom: 1px solid #ccc;
color: #595D5B;
font-family: 'open_sanslight', Arial;
}
.pid_titlebar {
color: #fff;
background-color: #828885;
border-top-left-radius:3px;
border-top-right-radius:3px;
height:20px;
}
.pid_titlebar td:first-child {
text-align:left;
}
.show a {
margin-left: 10px;
width: calc(100% - 10px);
}
@media only screen and (max-width: 1055px), only screen and (max-device-width: 1055px) {
.tab-pid_tuning .fixed_band {
margin: 0px;
width: calc(100% - 0px);
margin-left: -15px;
}
.tab-pid_tuning .fixed_band .save_btn a {
margin-right:15px;
}
}