1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

small ui polish / tweak for the plot control blocks

This commit is contained in:
cTn 2014-08-16 00:23:49 +02:00 committed by Dominic Clifton
parent c2bd737362
commit c1c4f52df9
2 changed files with 14 additions and 13 deletions

View file

@ -17,7 +17,7 @@
text-decoration: underline;
}
.tab-motor_outputs .plot_control dl {
padding: 5px 0 0 5px;
padding: 5px 5px 0 5px;
line-height: 22px;
}
.tab-motor_outputs .plot_control dt {
@ -29,9 +29,14 @@
font-weight: bold;
}
.tab-motor_outputs .plot_control dd {
margin-left: 20px;
height: 22px;
}
.tab-motor_outputs .plot_control select {
float: right;
width: 80px;
border: 1px solid silver;
}
.tab-motor_outputs .plot_control .x {
color: #00A8F0;
}
@ -43,12 +48,7 @@
}
.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;
}
.tab-motor_outputs svg {
float: left;

View file

@ -36,7 +36,7 @@
background-color: #ececec;
}
.tab-sensors .plot_control dl {
padding: 5px 0 0 5px;
padding: 5px 5px 0 5px;
line-height: 22px;
}
.tab-sensors .plot_control dt {
@ -51,6 +51,12 @@
margin-left: 20px;
height: 22px;
}
.tab-sensors .plot_control select {
float: right;
width: 80px;
border: 1px solid silver;
}
.tab-sensors .plot_control .x {
color: #00A8F0;
}
@ -62,12 +68,7 @@
}
.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;
}
/* SVG classes*/
.tab-sensors svg {
float: left;