|
136 | 136 | background-color: #14407a; |
137 | 137 | } |
138 | 138 |
|
| 139 | +.tab-receiver .fc_column { |
| 140 | + float: right; |
| 141 | + width: 50%; |
| 142 | + margin-left: 20px; |
| 143 | +} |
| 144 | + |
139 | 145 | .tab-receiver .tunings { |
140 | 146 | float: right; |
141 | 147 | position: relative; |
142 | | - margin: 0px 0px 20px 0; |
| 148 | + margin: 0px 0px 10px 0; |
143 | 149 | width: 100%; |
144 | 150 | border-top-left-radius: 5px; |
145 | 151 | border-bottom-left-radius: 5px; |
146 | | - background-color: #DEDEDE; |
147 | 152 | } |
148 | 153 |
|
149 | 154 | .tab-receiver .tunings .head { |
|
185 | 190 | } |
186 | 191 |
|
187 | 192 | .tab-receiver .tunings table td { |
188 | | - background: #DEDEDE; |
189 | 193 | border-right: 1px solid var(--subtleAccent); |
190 | 194 | } |
191 | 195 |
|
192 | | -.tab-receiver .smoothing table td { |
193 | | - background: #DEDEDE; |
194 | | - border-right: 0px; |
195 | | -} |
196 | | - |
197 | 196 | .tab-receiver .tunings table td:first-child { |
198 | 197 | border-bottom-left-radius: 3px; |
199 | 198 | } |
|
207 | 206 | padding: 1px; |
208 | 207 | } |
209 | 208 |
|
210 | | -.tab-receiver .tunings table tr:nth-child(odd) { |
211 | | - background-color: #ececec; |
212 | | -} |
213 | | - |
214 | 209 | .tab-receiver .tunings table input { |
215 | 210 | width: calc(100% - 8px); |
216 | 211 | border: 1px solid var(--subtleAccent); |
217 | 212 | border-radius: 3px; |
218 | | - height: 20px; |
219 | | - margin: 3px; |
220 | | - line-height: 20px; |
| 213 | + height: 22px; |
| 214 | + margin: 4px; |
| 215 | + line-height: 22px; |
221 | 216 | text-align: right; |
| 217 | + box-sizing: border-box; |
| 218 | +} |
| 219 | + |
| 220 | +.tab-receiver .input-helpicon-flex { |
| 221 | + display: flex; |
| 222 | + flex-flow: row nowrap; |
| 223 | +} |
| 224 | + |
| 225 | +.tab-receiver .input-helpicon-flex .helpicon { |
| 226 | + min-width: 14px; |
| 227 | + margin-left: 4px; |
| 228 | +} |
| 229 | + |
| 230 | +.tab-receiver .tunings .sticks th, |
| 231 | +.tab-receiver .tunings .deadband th { |
| 232 | + width: 33%; |
222 | 233 | } |
223 | 234 |
|
224 | 235 | .tab-receiver .rssi_channel_wrapper { |
225 | 236 | float: right; |
226 | | - margin: 0px 0px 20px 0; |
| 237 | + margin: 0px 0px 10px 0; |
227 | 238 | border-left: 0; |
228 | 239 | width: 30%; |
| 240 | + box-sizing: border-box; |
229 | 241 | border-top-right-radius: 5px; |
230 | 242 | border-bottom-right-radius: 5px; |
231 | | - background-color: #DEDEDE; |
| 243 | + border-right: 1px solid #ccc; |
| 244 | + border-bottom: 1px solid #ccc; |
232 | 245 | } |
233 | 246 |
|
234 | 247 | .tab-receiver .rcmap_wrapper { |
235 | 248 | float: right; |
236 | 249 | position: relative; |
237 | | - margin: 0px 0px 20px 0; |
238 | | - width: calc(70% - 0px); |
| 250 | + margin: 0px 0px 10px 0; |
| 251 | + width: 70%; |
| 252 | + box-sizing: border-box; |
239 | 253 | border-top-left-radius: 5px; |
240 | 254 | border-bottom-left-radius: 5px; |
241 | | - background-color: #DEDEDE; |
| 255 | + border-left: 1px solid #ccc; |
| 256 | + border-bottom: 1px solid #ccc; |
242 | 257 | } |
243 | 258 |
|
244 | 259 | .tab-receiver .rssi_channel_wrapper .head, |
|
260 | 275 | border-top-right-radius: 3px; |
261 | 276 | } |
262 | 277 |
|
| 278 | +.tab-receiver .rssi_channel_wrapper select { |
| 279 | + width: calc(100% - 10px); |
| 280 | +} |
| 281 | + |
263 | 282 | .tab-receiver .hybrid_element { |
264 | 283 | border-right: 1px solid var(--subtleAccent); |
265 | 284 | } |
|
288 | 307 | height: 22px; |
289 | 308 | padding-left: 5px; |
290 | 309 | border: 1px solid var(--subtleAccent); |
| 310 | + border-radius: 3px; |
291 | 311 | margin: 4px; |
292 | 312 | } |
293 | 313 |
|
|
306 | 326 | width: 100%; |
307 | 327 | } |
308 | 328 |
|
309 | | -.tab-receiver .rcInterpolation-label { |
310 | | - margin-top: 6px; |
| 329 | +.tab-receiver .rcSmoothing table td { |
311 | 330 | border-right: none; |
312 | 331 | } |
313 | 332 |
|
| 333 | +.tab-receiver .rcSmoothing table select, |
| 334 | +.tab-receiver .rcSmoothing table input { |
| 335 | + width: 90%; |
| 336 | +} |
| 337 | + |
| 338 | +.tab-receiver .rcSmoothing table .helpicon { |
| 339 | + margin-top: 0px; |
| 340 | +} |
| 341 | + |
314 | 342 | .tab-receiver .rcSmoothing td:first-child { |
315 | 343 | width: 120px; |
316 | | - padding-left:8px; |
317 | | - border-right: none; |
| 344 | + padding-left: 8px; |
318 | 345 | } |
319 | 346 |
|
320 | 347 | .tab-receiver .rcSmoothing td:last-child { |
|
325 | 352 | -webkit-appearance: slider-horizontal; |
326 | 353 | } |
327 | 354 |
|
328 | | -.tab-receiver .curves { |
329 | | - float: left; |
330 | | - margin-right: 10px; |
331 | | -} |
332 | | - |
333 | | -.tab-receiver .throttle_curve { |
334 | | - margin: 0 0px 0px 0; |
335 | | - width: 200px; |
336 | | - height: 117px; |
337 | | - border: 1px solid silver; |
338 | | - border-radius: 3px; |
339 | | - background-image: var(--paper); |
340 | | - background-size: 200%; |
341 | | - background-position: center; |
342 | | -} |
343 | | - |
344 | 355 | .tab-receiver select[name="rx_refresh_rate"] { |
345 | 356 | float: right; |
346 | 357 | border: 1px solid silver; |
|
0 commit comments