1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Merge pull request #38 from CurtisFissel/xyz_jitter_fix

Minor CSS change to sensor XYZ numbers in Motor and Sensor Tabs
This commit is contained in:
Stefan Kolla 2014-07-04 14:02:52 +02:00
commit fc47526175
2 changed files with 8 additions and 0 deletions

View file

@ -41,6 +41,10 @@
.tab-motor_outputs .plot_control .z {
color: #CB4B4B;
}
.tab-motor_outputs .plot_control .x, .tab-motor_outputs .plot_control .y, .tab-motor_outputs .plot_control .z {
text-align: right;
margin-right: 25px;
}
.tab-motor_outputs select {
width: 70px;
border: 1px solid silver;

View file

@ -60,6 +60,10 @@
.tab-sensors .plot_control .z {
color: #CB4B4B;
}
.tab-sensors .plot_control .x, .tab-sensors .plot_control .y, .tab-sensors .plot_control .z {
text-align: right;
margin-right: 25px;
}
.tab-sensors select {
width: 70px;
border: 1px solid silver;