Merge pull request #38 from CurtisFissel/xyz_jitter_fix

Minor CSS change to sensor XYZ numbers in Motor and Sensor Tabs
pull/3/head
Stefan Kolla 10 years ago
commit fc47526175

@ -41,6 +41,10 @@
.tab-motor_outputs .plot_control .z { .tab-motor_outputs .plot_control .z {
color: #CB4B4B; 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 { .tab-motor_outputs select {
width: 70px; width: 70px;
border: 1px solid silver; border: 1px solid silver;

@ -60,6 +60,10 @@
.tab-sensors .plot_control .z { .tab-sensors .plot_control .z {
color: #CB4B4B; 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 { .tab-sensors select {
width: 70px; width: 70px;
border: 1px solid silver; border: 1px solid silver;

Loading…
Cancel
Save