.tab-receiver { } .tab-receiver input[type="number"]::-webkit-inner-spin-button { border: 0; } .tab-receiver .bars { float: left; width: 45%; font-weight: bold; } .tab-receiver .bars ul { margin-bottom: 5px; } .tab-receiver .bars li { float: left; height: 22px; line-height: 20px; } .tab-receiver .bars .name { width: 60px; } .tab-receiver .bars .meter { width: 70%; } .tab-receiver .bars .meter meter { margin-top: 4px; width: 100%; height: 14px; border: 1px solid silver; } .tab-receiver .bars .value { width: 50px; margin-left: 10px; } .tab-receiver .tunings { float: right; } .tab-receiver .tunings table { border-collapse: collapse; } .tab-receiver .tunings .throttle { margin-bottom: 22px; } .tab-receiver .tunings table, .tab-receiver .tunings table th, .tab-receiver .tunings table td { padding: 4px; border: 1px solid #8b8b8b; } .tab-receiver .tunings table th { width: 118px; } .tab-receiver .tunings table td { padding: 1px; } .tab-receiver .tunings table tr:nth-child(odd) { background-color: #ececec; } .tab-receiver .tunings table input { width: 116px; height: 20px; line-height: 20px; padding: 0 5px 0 5px; text-align: right; } .tab-receiver #RX_plot { margin-left: 5px; height: 200px; } .tab-receiver .curves { float: right; } .tab-receiver .line:nth-child(1) { stroke: #00A8F0; } .tab-receiver .line:nth-child(2) { stroke: #C0D800; } .tab-receiver .line:nth-child(3) { stroke: #CB4B4B; } .tab-receiver .line:nth-child(4) { stroke: #4DA74D; } .tab-receiver .line:nth-child(5) { stroke: #9440ED; } .tab-receiver .line:nth-child(6) { stroke: #45147A; } .tab-receiver .line:nth-child(7) { stroke: #CF7A26; } .tab-receiver .line:nth-child(8) { stroke: #147A66; } .tab-receiver .throttle_curve { margin: 0 10px 10px 0; width: 220px; height: 58px; border: 1px solid silver; } .tab-receiver .pitch_roll_curve { margin: 0 10px 0 0; width: 220px; height: 58px; border: 1px solid silver; } .tab-receiver .update, .tab-receiver .refresh { display: block; float: right; margin-top: 22px; height: 28px; line-height: 28px; padding: 0 15px 0 15px; text-align: center; font-weight: bold; border: 1px solid silver; background-color: #ececec; } .tab-receiver .refresh { margin-right: 10px; } .tab-receiver .update:hover, .tab-receiver .refresh:hover { background-color: #dedcdc; } .tab-receiver .update.success { border: 1px solid #43c84d; } .tab-receiver select[name="rx_refresh_rate"] { float: right; margin-top: 30px; margin-right: 13px; border: 1px solid silver; } /* SVG classes*/ .tab-receiver .grid .tick { stroke: silver; shape-rendering: crispEdges; } .tab-receiver .line { stroke-width: 2px; fill: none; } .tab-receiver .grid path { stroke-width: 0; } .tab-receiver .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; }